Update mppProjectWithSerialization.gradle

This commit is contained in:
InsanusMokrassar 2022-10-25 00:10:34 +06:00 committed by GitHub
parent 3d5e15d545
commit f4e097f7d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,7 @@ project.group = "$group"
// apply from: "$publishGradlePath" // apply from: "$publishGradlePath"
kotlin { kotlin {
jvm { jvm()
compilations.main {
kotlinOptions {
jvmTarget = "1.8"
}
}
}
js (IR) { js (IR) {
browser() browser()
nodejs() nodejs()
@ -44,8 +38,3 @@ kotlin {
} }
} }
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}