Daniele Segato
05/25/2024, 7:48 AMallprojects {
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
kotlinOptions.freeCompilerArgs += "-opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi"
}
}
so I don’t even know anymore which APIs are stable or experimental
I guess the feedback here is: can you please use different “experimental” flags for different APIs? there are a lot of currently experimental APIs that I consider stable … I’ll try to look for a list of those and give it as an answer to this commentkevin.cianfarini
05/25/2024, 12:59 PMFlow.flatMapLatest
. It's hard to avoid using experimental APIs in many scenariosDaniele Segato
05/26/2024, 2:14 PMkevin.cianfarini
05/26/2024, 3:38 PMcurrently experimental APIs that I consider stable
Daniele Segato
05/26/2024, 4:49 PM