update scripts

This commit is contained in:
2021-02-06 00:51:31 +06:00
parent 4b4806ce34
commit 5978122dda
4 changed files with 19 additions and 5 deletions

View File

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