Hi, i am getting this issues `An exception occurre...
# javascript
a
Hi, i am getting this issues
An exception occurred applying plugin request [id: 'java']
> Failed to apply plugin [id 'org.gradle.java']
> Cannot add task 'processResources' as a task with that name already exists.
while i am creating new kotlin/js project . I am using intellij idea ultimate 2020.1 with jdk 8 and here is my gradle file
r
You can't use
java
plugin in Kotlin/JS project.
1
a
But I don't add it.it is generated by itself If I remove it will get another error
r
https://kotlinlang.org/docs/reference/js-project-setup.html please compare step by step instructions