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