mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-09-03 23:29:46 +00:00
remove redundant commentaries
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
plugins {
|
||||
id "org.jetbrains.kotlin.multiplatform"
|
||||
id "org.jetbrains.kotlin.plugin.serialization"
|
||||
// id "application"
|
||||
id "com.google.devtools.ksp"
|
||||
}
|
||||
|
||||
@@ -10,7 +9,6 @@ apply from: "$mppJvmJsLinuxMingwProject"
|
||||
kotlin {
|
||||
jvm {
|
||||
binaries {
|
||||
// Configures a JavaExec task named "runJvm" and a Gradle distribution for the "main" compilation in this target
|
||||
executable {
|
||||
mainClass.set("dev.inmo.micro_utils.startup.launcher.MainKt")
|
||||
}
|
||||
@@ -31,10 +29,6 @@ kotlin {
|
||||
}
|
||||
}
|
||||
|
||||
//application {
|
||||
// mainClassName = "dev.inmo.micro_utils.startup.launcher.MainKt"
|
||||
//}
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
targetCompatibility = JavaVersion.VERSION_17
|
||||
|
Reference in New Issue
Block a user