Skip to content

Commit 98f69d8

Browse files
authored
Merge pull request #1087 from SimonMarquis/patch-4
Remove unnecessary RequiresOptIn opt-in
2 parents cdbfdc8 + e305b07 commit 98f69d8

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)