Use new kotlin compiler backend (#1202)

This commit is contained in:
Rafał Borcz 2021-03-12 22:07:27 +01:00 committed by GitHub
parent b76032044d
commit 3d467c43ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,6 +115,7 @@ android {
}
kotlinOptions {
useIR = true
jvmTarget = "1.8"
freeCompilerArgs += ["-Xopt-in=kotlin.RequiresOptIn", "-Xjvm-default=all"]
}