forked from github/wulkanowy-mirror
Use new kotlin compiler backend (#1202)
This commit is contained in:
parent
b76032044d
commit
3d467c43ba
@ -115,6 +115,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
kotlinOptions {
|
kotlinOptions {
|
||||||
|
useIR = true
|
||||||
jvmTarget = "1.8"
|
jvmTarget = "1.8"
|
||||||
freeCompilerArgs += ["-Xopt-in=kotlin.RequiresOptIn", "-Xjvm-default=all"]
|
freeCompilerArgs += ["-Xopt-in=kotlin.RequiresOptIn", "-Xjvm-default=all"]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user