so is `kotlin-dce-js` incompatible with react or ...
# react
n
so is
kotlin-dce-js
incompatible with react or something ? i am getting
Copy code
error: duplicate target file will be created for '..../build/js/node_modules/react/index.js' and '..../build/js/node_modules/text-encoding/index.js'
i am using
kotlin("js")
and
id("kotlin-dce-js")
plugins on
1.3.61
or is there a new dce variant that i should use instead ?
⬆️ 1
p
I'll be adding DCE to my react project shortly so will let you know if I get something similar
🙏 1