各記述を以下のように個別に置き換えるのがとりあえずシンプルでいいのかな。
@FlowPreview
→ @OptIn(FlowPreview::class)
@ExperimentalCoroutinesApi
→ @OptIn(ExperimentalCoroutinesApi::class)
gradle で一括で無視しときますか?
いうて、まだまだ変更がありそうなところではある。
👉 kotlinx.coroutines/Annotations.kt at master · Kotlin/kotlinx.coroutines
👉 [BUG] [multiplatform] ExperimentalAPI annotation from Kotlin 1.6.0 and above - githubmemory
👉 Opt-in requirements (aka Experimental API support) · Issue #95 · Kotlin/KEEP
👉 Opt-in requirements | Kotlin
2022-05-14 : 追記
→ Deprecated に。
👉 '-Xopt-in' is deprecated and will be removed in a future release, please use -opt-in instead