We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2bf3018 + 502f9ed commit fb41a01Copy full SHA for fb41a01
build-logic/convention/src/main/kotlin/com/google/samples/apps/nowinandroid/KotlinAndroid.kt
@@ -92,9 +92,6 @@ private fun Project.configureKotlin() {
92
allWarningsAsErrors = warningsAsErrors.toBoolean()
93
freeCompilerArgs = freeCompilerArgs + listOf(
94
"-opt-in=kotlin.RequiresOptIn",
95
- // Enable experimental coroutines APIs, including Flow
96
- "-opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi",
97
- "-opt-in=kotlinx.coroutines.FlowPreview",
98
)
99
}
100
0 commit comments