Join Slack
Powered by
Is there anyone who can do me a favor? When I add ...
# multiplatform
r
Ran
05/12/2022, 8:36 AM
Is there anyone who can do me a favor? When I add the npm dependency for jsMain sourceset, all sourcesets cannot be distinguished by the IDEA.
a
andylamax
05/12/2022, 12:28 PM
I am surprised how IDEA distinguished without the npm dependency. With the js target, make sure you have specified an environment
Copy code
kotlin { js { nodejs() browser() } }
✅ 1
r
Ran
05/12/2022, 2:23 PM
Thanks so much
Open in Slack
Previous
Next