https://kotlinlang.org logo
Title
g

galex

12/14/2017, 8:17 PM
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

louiscad

12/14/2017, 11:23 PM
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

elizarov

12/15/2017, 7:34 AM
Try clean rebuilt. If that does not help, please please tell the versions (kotlin compiler, plugin, libs) that you are using.