Add a flag to use with the IR compiler
This commit is contained in:
parent
a312c81456
commit
3570e63f43
|
@ -27,7 +27,8 @@ kotlin {
|
||||||
with(kotlinOptions) {
|
with(kotlinOptions) {
|
||||||
freeCompilerArgs = freeCompilerArgs + listOf(
|
freeCompilerArgs = freeCompilerArgs + listOf(
|
||||||
"-Xopt-in=kotlin.RequiresOptIn",
|
"-Xopt-in=kotlin.RequiresOptIn",
|
||||||
"-Xopt-in=kotlin.js.ExperimentalJsExport"
|
"-Xopt-in=kotlin.js.ExperimentalJsExport",
|
||||||
|
"-Xir-property-lazy-initialization"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue