Merge pull request #1086 from SimonMarquis/patch-3

Remove unnecessary FlowPreview opt-in
pull/1837/head
Don Turner 2 years ago committed by GitHub
commit e8a9bc831b

@ -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