Skip to content

Commit f19dd06

Browse files
committed
Remove deprecated kotlin.Experimental opt-in
This would produce the following warning messages: ``` w: Opt-in requirement marker kotlin.Experimental is unresolved. Please make sure it's present in the module dependencies ```
1 parent 1341f7c commit f19dd06

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
@@ -62,7 +62,6 @@ internal fun Project.configureKotlinAndroid(
6262
// Enable experimental coroutines APIs, including Flow
6363
"-opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi",
6464
"-opt-in=kotlinx.coroutines.FlowPreview",
65-
"-opt-in=kotlin.Experimental",
6665
)
6766
}
6867
}

0 commit comments

Comments
 (0)