Skip to content

Commit e305b07

Browse files
authored
Remove unnecessary RequiresOptIn opt-in
1 parent 63bba2e commit e305b07

File tree

1 file changed

+0
-1
lines changed
  • build-logic/convention/src/main/kotlin/com/google/samples/apps/nowinandroid

1 file changed

+0
-1
lines changed

build-logic/convention/src/main/kotlin/com/google/samples/apps/nowinandroid/KotlinAndroid.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ private fun Project.configureKotlin() {
8383
val warningsAsErrors: String? by project
8484
allWarningsAsErrors = warningsAsErrors.toBoolean()
8585
freeCompilerArgs = freeCompilerArgs + listOf(
86-
"-opt-in=kotlin.RequiresOptIn",
8786
// Enable experimental coroutines APIs, including Flow
8887
"-opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi",
8988
"-opt-in=kotlinx.coroutines.FlowPreview",

0 commit comments

Comments
 (0)