kotlin-frontend-plugin icon indicating copy to clipboard operation
kotlin-frontend-plugin copied to clipboard

Seems to be conflicting with new `kotlin("js")` plugin

Open altavir opened this issue 6 years ago • 2 comments
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 avatar Jun 20 '19 15:06 altavir

@altavir Were you able to solve the issue or any workaround ?

productivityunleashed avatar Apr 01 '20 05:04 productivityunleashed

@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.

altavir avatar Apr 01 '20 06:04 altavir