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

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 {
}

View File

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