I try to fix this issue
https://github.com/Kotlin/kotlin-frontend-plugin/issues/122
With gradle wrapper 4.10.2 all works fine
Plugin code:
withConfiguration("compile") { configuration:Configuration->
configuration.dependencies.add (...) // Here error in gradle 5.0
}
But in gradle wrapper 5.0 it finish with Error:
getBuildDependencies() org/gradle/api/tasks/TaskDependency is abstract
How can I add dependency ?