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!