kotlin-frontend-plugin
kotlin-frontend-plugin copied to clipboard
Seems to be conflicting with new `kotlin("js")` plugin
trafficstars
* What went wrong:
An exception occurred applying plugin request [id: 'org.jetbrains.kotlin.frontend', artifact: 'org.jetbrains.kotlin:kotlin-frontend-plugin:0.0.45']
> Failed to apply plugin [id 'org.gradle.java']
> Cannot add task 'processResources' as a task with that name already exists.
@altavir Were you able to solve the issue or any workaround ?
@productivityunleashed frontend plugin is obsolete and should be replaced by general kotlin("js") or kotlin("multiplatform") plugin since 1.3.60. Since 1.3.70 it supports DCE and other useful features You should use newer version of kotlin plugin and remove frontend plugin.