nemi
10/30/2018, 12:11 AM> To ensure a smooth migration, we’ll add a compatibility layer in 1.3 and the classes for experimental coroutines will still remain in the standard library. The compiled Kotlin/JVM code that uses experimental coroutines from 1.1 or 1.2 would still continue to work in Kotlin 1.3.If I’m reading this libs complied experimental coroutines should still work. However that doesn’t seem to be the case. Is there a compiler flag that needs to be set or a separate artifact to be included that I’m not aware of
Dmytro Danylyk
10/30/2018, 11:23 AMVsevolod Tolstopyatov [JB]
10/30/2018, 9:21 PMnemi
10/30/2018, 9:39 PMVsevolod Tolstopyatov [JB]
10/31/2018, 8:22 AMkotlinx.coroutines
and Kotlin in a classpath?nemi
11/01/2018, 1:13 AM