Hello there, Whenever I add the JS target to my m...
# ksp
a
Hello there, Whenever I add the JS target to my multiplatform build, I get the error below. Removing JS target causes code to be generated on all other platforms but commonMain.
Copy code
> Failed to calculate the value of task ':compileTestDevelopmentExecutableKotlinJs' property 'entryModule$kotlin_gradle_plugin'.
   > Collection has more than one element.
Asking here to know if it is an unknown bug, or I don't know how to configure this yet. N.B: I am new to ksp
e
I get the same error with JS IR. Legacy backend works.