Kotlin / kotlin-frontend-plugin

Gradle Kotlin (http://kotlinlang.org) plugin for frontend development
Apache License 2.0
561 stars 69 forks source link

Gradle 5.0 error NpmPackageManager$injectDependencies$1$1 does not define or inherit a method #124

Closed apatrida closed 5 years ago

apatrida commented 5 years ago

This plugin fails hard under Gradle 5.0

  • What went wrong: Receiver class org.jetbrains.kotlin.gradle.frontend.npm.NpmPackageManager$injectDependencies$1$1 does not define or inherit an implementation of the resolved method getBuildDependencies()Lorg/gradle/api/tasks/TaskDependency; of interface org.gradle.api.file.FileCollection.
JakeWharton commented 5 years ago

122

darren-bell-nanthealth commented 5 years ago

Is there a date when this fix may be released. I'm looking at Kotlin for the frontend for the first time for a POC. Unfortunately, this has blocked me right off the bat.

snrostov commented 5 years ago

Fixed in master. Will be released soon.