Nikky
01/07/2020, 7:31 PMkotlin-dce-js
incompatible with react or something ?
i am getting
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 ?Paul N
01/09/2020, 12:05 PM