14 lines
185 B
Kotlin
14 lines
185 B
Kotlin
plugins {
|
|
|
|
}
|
|
|
|
java {
|
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
|
targetCompatibility = JavaVersion.VERSION_1_8
|
|
}
|
|
|
|
application {
|
|
mainClassName = ""
|
|
}
|
|
|
|
version = "1.0.0" |