Initial commit

This commit is contained in:
Elex
2021-08-22 16:55:56 +09:00
commit eedf066993
16 changed files with 536 additions and 0 deletions

7
lib/build.gradle.kts Normal file
View File

@@ -0,0 +1,7 @@
plugins {
id("elex-library")
}
dependencies {
}

View File

@@ -0,0 +1 @@
package com.elex_project.sample;