mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2024-11-23 19:16:07 -06:00
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