Bug 1849833 - Replace deprecated kotlinOptions method.

fenix/119.0
mcarare 9 months ago committed by mergify[bot]
parent 3fddd3df77
commit f1f380a770

@ -473,11 +473,7 @@ nimbus {
}
tasks.withType(KotlinCompile).configureEach {
kotlinOptions {
freeCompilerArgs += [
"-opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi",
]
}
kotlinOptions.freeCompilerArgs += "-opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi"
}
dependencies {

Loading…
Cancel
Save