sdeleuze
09/04/2018, 2:22 PMkotlinx.coroutines
EAP in order to avoid the pre-release warnings with Kotlin 1.3-M2?ilya.gorbunov
09/04/2018, 2:23 PM0.25.1-eap13
version should be used with 1.3-M2sdeleuze
09/04/2018, 2:24 PM0.25.0-eap13
I was using previously"-Xskip-metadata-version-check"
to my buildError:(19, 36) Kotlin: Class 'kotlinx.coroutines.channels.ReceiveChannel' is compiled by a pre-release version of Kotlin and cannot be loaded by this version of the compiler
0.25.1-eap13
been compiled with Kotlin 1.3-M1
?ilya.gorbunov
09/04/2018, 2:55 PMsdeleuze
09/04/2018, 2:56 PMmaster
generates a lot of warningsilya.gorbunov
09/04/2018, 3:18 PMcoroutinesVersion=0.25.1-eap13
in your gradle.properties and it builds fine without -Xskip-metadata-version-check
optionsdeleuze
09/04/2018, 3:19 PM