Update mppProjectWithSerialization.gradle

This commit is contained in:
InsanusMokrassar 2021-06-07 19:57:06 +06:00 committed by GitHub
parent c4e7e05ff2
commit 0ace1c760d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -4,10 +4,8 @@ project.group = "$group"
apply from: "$publishGradlePath" apply from: "$publishGradlePath"
kotlin { kotlin {
jvm { jvm()
compilations.main.kotlinOptions.useIR = true js (IR) {
}
js (BOTH) {
browser() browser()
nodejs() nodejs()
} }