Hey all, I got a problem, in my build pipeline (us...
# multiplatform
w
Hey all, I got a problem, in my build pipeline (using gradle:7.0.0-jdk8)
Execution failed for task ':jsPackageJson'.
Entry create-hash.js is a duplicate but no duplicate handling strategy has been set.
Copy code
val kotlinVersion = "1.5.0"
val serializationVersion = "1.2.0"
val ktorVersion = "1.5.0"
kotlin("multiplatform") version "1.5.0"
kotlin("plugin.serialization") version "1.5.0"
I recently added
Copy code
implementation("org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion")
to commonMain for another problem. https://github.com/JetBrains/gradle-intellij-plugin/issues/503