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 cdbfdc8 + e305b07 commit 98f69d8Copy full SHA for 98f69d8
build-logic/convention/src/main/kotlin/com/google/samples/apps/nowinandroid/KotlinAndroid.kt
@@ -83,7 +83,6 @@ private fun Project.configureKotlin() {
83
val warningsAsErrors: String? by project
84
allWarningsAsErrors = warningsAsErrors.toBoolean()
85
freeCompilerArgs = freeCompilerArgs + listOf(
86
- "-opt-in=kotlin.RequiresOptIn",
87
// Enable experimental coroutines APIs, including Flow
88
"-opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi",
89
"-opt-in=kotlinx.coroutines.FlowPreview",
0 commit comments