Initial commit

This commit is contained in:
Elex
2021-08-02 10:45:44 +09:00
commit 4c664e51f6
16 changed files with 534 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;