Hello, what's the best way to add a js target to a...
# multiplatform
j
Hello, what's the best way to add a js target to a project created with the KMP wizard?
j
I'm not an expert so I'll point you to the docs Another suggestion would be to use the KMP wizard and make a JS only project. Take note of the gradle and folder structure differences and emulate it ... (or look at any open source project that builds to JS and do the same)
p
Find a project that supports the target already and copy/paste what you don't have in your current project. You kinda have to do some human diff work between the gradle files.
☝️ 1