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 {
|
||||
useIR = true
|
||||
jvmTarget = "1.8"
|
||||
freeCompilerArgs += ["-Xopt-in=kotlin.RequiresOptIn", "-Xjvm-default=all"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user