Update mppJavaProject.gradle

This commit is contained in:
InsanusMokrassar 2021-10-25 15:16:07 +06:00 committed by GitHub
parent da7aefa8ce
commit 3a2fda60ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,9 +4,7 @@ project.group = "$group"
// apply from: "$publishGradlePath" // apply from: "$publishGradlePath"
kotlin { kotlin {
jvm { jvm()
compilations.main.kotlinOptions.useIR = true
}
sourceSets { sourceSets {
commonMain { commonMain {