Initial commit

This commit is contained in:
Elex
2021-08-02 17:39:15 +09:00
commit 8f1b1d6a7a
16 changed files with 534 additions and 0 deletions

10
app/build.gradle.kts Normal file
View File

@@ -0,0 +1,10 @@
plugins {
id("elex-application")
}
application{
mainClass.set("com.elex_project.sample.Application")
}
dependencies {
}