Initial commit
This commit is contained in:
10
app/build.gradle.kts
Normal file
10
app/build.gradle.kts
Normal file
@@ -0,0 +1,10 @@
|
||||
plugins {
|
||||
id("elex-application")
|
||||
}
|
||||
application{
|
||||
mainClass.set("com.elex_project.sample.Application")
|
||||
}
|
||||
dependencies {
|
||||
|
||||
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
package com.elex_project.sample;
|
||||
Reference in New Issue
Block a user