czyzby
06/13/2017, 5:04 PMUnresolved reference: onEach
after updating to 1.1.2-4
. The code compiles and runs fine on 1.1.2-3
. Is that a known issue?ilya.gorbunov
06/13/2017, 5:38 PMczyzby
06/13/2017, 5:41 PMilya.gorbunov
06/13/2017, 5:43 PMczyzby
06/13/2017, 5:49 PMsuspendCoroutine
to suspendCancellableCoroutine
to even make it work. I'll try 1.1.2-5
, thanks.onEach
. I've added this to my Gradle setup:
compileTestKotlin {
kotlinOptions {
languageVersion = "1.1"
}
}
...but it still complains about unresolved reference.ilya.gorbunov
06/13/2017, 6:10 PMczyzby
06/13/2017, 6:16 PMilya.gorbunov
06/13/2017, 6:20 PMczyzby
06/13/2017, 6:22 PMilya.gorbunov
06/13/2017, 6:23 PMczyzby
06/13/2017, 6:24 PMtestCompile("org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion") {
force = true
}
kotlinVersion
is 1.1.2-5
. Test modules are still imported with 1.0 kotlin version.ilya.gorbunov
06/13/2017, 6:40 PMczyzby
06/13/2017, 6:53 PM