From d46cc3b09c600f4f052137773954fd473ed0c085 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Tue, 25 Mar 2025 17:45:53 +0600 Subject: [PATCH] remove redundant commentaries --- startup/launcher/build.gradle | 6 ------ 1 file changed, 6 deletions(-) diff --git a/startup/launcher/build.gradle b/startup/launcher/build.gradle index b8199cef920..b9943d52852 100644 --- a/startup/launcher/build.gradle +++ b/startup/launcher/build.gradle @@ -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