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
```
pull/667/head
Simon Marquis 2 years ago
parent 1341f7c2c5
commit f19dd06200

@ -62,7 +62,6 @@ internal fun Project.configureKotlinAndroid(
// Enable experimental coroutines APIs, including Flow
"-opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi",
"-opt-in=kotlinx.coroutines.FlowPreview",
"-opt-in=kotlin.Experimental",
)
}
}

Loading…
Cancel
Save