Filed a bug on Kotlin issue tracker https://youtrack.jetbrains.com/issue/KT-6729
On Wednesday, February 4, 2015 at 2:58:08 AM UTC+3, Artem Zinnatullin wrote: > > Hello ADT team, I wanted to try Android Gradle plugin v1.1.0-rc1 because > of Unit tests support, but Kotlin Gradle > plugin 'org.jetbrains.kotlin:kotlin-gradle-plugin:0.10.195' failing the > build because of changes in Android one: > > Execution failed for task ':app:compileDevEnvDebugKotlin'. > > > No signature of method: > com.android.build.gradle.AppPlugin.getBootClasspath() is applicable for > argument types: () values: [] > > Here is the problem in Kotlin Gradle plugin source "link > <https://github.com/JetBrains/kotlin/blob/master/libraries/tools/kotlin-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/gradle/plugin/android/AndroidGradleWrapper.groovy#L15> > " > > As I see, BasePlugin now doesn't provide getBootClasspath any more. > > What is more correct: return method to BasePlugin or fix Kotlin plugin? > > -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
