Hi, after upgrading to Kotlin 1.2.0 on Android, a ...
# coroutines
g
Hi, after upgrading to Kotlin 1.2.0 on Android, a gradle plugin that uses coroutines (also compiled with Kotlin version 1.2.0) and since this upgrade when I run a task from Gradle to run this plugin I get the following error: Caused by: java.lang.NoSuchMethodError: kotlinx.coroutines.experimental.DeferredKt.async$default(Lkotlin/coroutines/experimental/CoroutineContext;Lkotlinx/coroutines/experimental/CoroutineStart;Lkotlin/jvm/functions/Function2;ILjava/lang/Object;)Lkotlinx/coroutines/experimental/Deferred; Any ideas why? Thank you in advance!
l
There's not enough info… we don't even know what gradle plugin you are talking about. Also, your first sentence has an English syntax error. Please fix this if you want us to be able to help you
e
Try clean rebuilt. If that does not help, please please tell the versions (kotlin compiler, plugin, libs) that you are using.