I just updated my IDE plugin (Android Studio 3.5.0...
# announcements
l
I just updated my IDE plugin (Android Studio 3.5.0-beta04), plus my project to Kotlin 1.3.40, and I am now greeted with this Gradle sync failure (stopping daemons and restarting didn't help):
Copy code
Unable to find method 'org.jetbrains.kotlin.gradle.dsl.KotlinTargetContainerWithPresetFunctions$DefaultImpls.jvm$default(Lorg/jetbrains/kotlin/gradle/dsl/KotlinTargetContainerWithPresetFunctions;Ljava/lang/String;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lorg/jetbrains/kotlin/gradle/plugin/mpp/KotlinOnlyTarget;'.
I upgraded IDE plugin from last 1.3.40 EAP, and last project Kotlin from 1.3.31. Reverting the project to 1.3.31 works (IDE plugin still 1.3.40) (Reported here: https://youtrack.jetbrains.com/issue/KT-32077?project=kt)