uli
09/07/2018, 3:28 PMClass 'kotlinx.coroutines.Deferred' is compiled by a pre-release version of Kotlin and cannot be loaded by this version of the compiler
.
These are my dependencies:
ext.kotlin_version = '1.3-M2'
ext.kotlin_coroutines_version = '0.25.0-eap13'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
compile "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlin_coroutines_version"
Is 0.25.0-eap3
right here?Evgeniy Zaharov
09/07/2018, 3:30 PMuli
09/07/2018, 5:10 PM