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
1 changed files with 1 additions and 12 deletions

View File

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