thana
11/14/2019, 11:34 AM-Xuse-experimental=kotlin.contracts.ExperimentalContracts
mbonnin
11/14/2019, 11:37 AMtasks.withType<KotlinCompile> {
kotlinOptions {
freeCompilerArgs = listOf("-Xuse-experimental=kotlin.contracts.ExperimentalContracts")
}
}
?thana
11/14/2019, 11:37 AMkotlinOptions
there is an extension experimental
but iot looks like one can only enable cporoutines there