Merge pull request #1086 from SimonMarquis/patch-3

Remove unnecessary FlowPreview opt-in
pull/1108/head
Don Turner 10 months ago committed by GitHub
commit 75cd16ba18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -85,7 +85,6 @@ private fun Project.configureKotlin() {
freeCompilerArgs = freeCompilerArgs + listOf(
// Enable experimental coroutines APIs, including Flow
"-opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi",
"-opt-in=kotlinx.coroutines.FlowPreview",
)
}
}

Loading…
Cancel
Save