Update mppProjectWithSerialization.gradle

This commit is contained in:
2021-06-07 19:57:06 +06:00
committed by GitHub
parent c4e7e05ff2
commit 0ace1c760d

View File

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