Rachel
07/16/2020, 10:41 PM+--- org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4-M3
| +--- org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4-M3
| | +--- org.jetbrains.kotlin:kotlin-scripting-common:1.4-M3
| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.4-M3
| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.4-M3
| | | | \--- org.jetbrains:annotations:13.0
| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7 <-------------------------------------
| | +--- org.jetbrains.kotlin:kotlin-scripting-jvm:1.4-M3
| | | +--- org.jetbrains.kotlin:kotlin-script-runtime:1.4-M3
| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.4-M3 (*)
| | | \--- org.jetbrains.kotlin:kotlin-scripting-common:1.4-M3 (*)
| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.4-M3 (*)
| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7 <------------------------------------------
| \--- org.jetbrains.kotlin:kotlin-stdlib:1.4-M3 (*)
According to https://kotlinlang.org/eap/#build-details the compatible version of kotlinx.coroutines
is 1.3.7-1.4-M3
.Rachel
07/16/2020, 11:07 PMRachel
07/16/2020, 11:08 PMRachel
07/16/2020, 11:08 PMgildor
07/16/2020, 11:43 PMelizarov
07/17/2020, 7:27 AM-1.4-
version. It is all compatible in JVM.Rachel
07/17/2020, 9:13 AMRachel
07/17/2020, 10:05 AM1.4-M3
) and the same source code (I'm not expecting any of the features from the compiler plugin), this error raises for the test class: is compiled by a new Kotlin compiler backend and cannot be loaded by the old compiler
Please, could you provide any clue to solve it? Thanks in advance!!