(fix) cleanup Gradle-Build

This commit is contained in:
stefan
2025-06-30 11:18:53 +02:00
parent 8bacd72e87
commit b2b3c2d93f
10 changed files with 164 additions and 174 deletions
-9
View File
@@ -14,15 +14,6 @@ kotlin {
jvm("desktop")
wasmJs {
var isMpp: Boolean = false // Beispiel: Deine aktuelle Zuweisung
@Deprecated("Use getMpp() instead", ReplaceWith("getMpp()"))
fun isMpp(): Boolean = isMpp
fun getMpp(): Boolean = isMpp
outputModuleName = "composeApp"
browser {
val rootDirPath = project.rootDir.path