Ovsyannikov Alexey
11/02/2018, 1:25 AMBroadcastChannel? Now it is marked as experimentalgildor
11/02/2018, 1:48 AMgildor
11/02/2018, 1:49 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',
]
}
}gildor
11/02/2018, 6:09 AMgildor
11/02/2018, 6:10 AMkotlinx.coroutines.ExperimentalCoroutinesApiOvsyannikov Alexey
11/02/2018, 6:37 AM