Ovsyannikov Alexey
11/02/2018, 1:25 AMBroadcastChannel
? Now it is marked as experimental
gildor
11/02/2018, 1:48 AMOvsyannikov Alexey
11/02/2018, 6:04 AM@Experimental...
annotation?gildor
11/02/2018, 6:09 AMtasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
kotlinOptions {
freeCompilerArgs += [
'-Xexperimental=your.Annotation',
]
}
}
kotlinx.coroutines.ExperimentalCoroutinesApi
Ovsyannikov Alexey
11/02/2018, 6:37 AM