Skip to content

Commit 02adbe0

Browse files
authored
Remove unnecessary FlowPreview opt-in
1 parent 63bba2e commit 02adbe0

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
@@ -86,7 +86,6 @@ private fun Project.configureKotlin() {
8686
"-opt-in=kotlin.RequiresOptIn",
8787
// Enable experimental coroutines APIs, including Flow
8888
"-opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi",
89-
"-opt-in=kotlinx.coroutines.FlowPreview",
9089
)
9190
}
9291
}

0 commit comments

Comments
 (0)