I have another Kotlin JS multiplatform question. I...
# javascript
f
I have another Kotlin JS multiplatform question. If I have a react app that uses the multiplatform plugin. Declares in the kotlin block
js { browser() }
how can I run it though the
kotlin-dce-js
plugin? Or is that at the moment not supported?
i
It will be supported in 1.3.70 But for now you can configure it manually Check https://github.com/ilgonmic/kotlinjs-multi-module/tree/fc02988cc6d580fab6f359765696f6bb48b8290f The main attention please on
app/build.gradle.kts
and
app/webpack.config.d
💯 1