Hello, what's the best way to add a js target to a project created with the KMP wizard?
j
John Leeroy
05/24/2024, 8:50 PM
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
Pablichjenkov
05/24/2024, 9:10 PM
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.