Revert "Remove `ExperimentalCoroutinesApi` and `FlowPreview` opt-in"

pull/784/head
Simon Marquis 1 year ago committed by GitHub
parent a9083d7bc6
commit cdbac9379f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -88,6 +88,9 @@ private fun Project.configureKotlin() {
allWarningsAsErrors = warningsAsErrors.toBoolean()
freeCompilerArgs = freeCompilerArgs + listOf(
"-opt-in=kotlin.RequiresOptIn",
// Enable experimental coroutines APIs, including Flow
"-opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi",
"-opt-in=kotlinx.coroutines.FlowPreview",
)
}
}

Loading…
Cancel
Save