Remove unnecessary FlowPreview opt-in

pull/1086/head
Simon Marquis 12 months ago committed by GitHub
parent 63bba2ede7
commit 02adbe0aad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save