Join Slack
Powered by
Is is correct that the kotlin { target { browser{}...
# multiplatform
r
rnentjes
03/04/2020, 9:23 AM
Is is correct that the kotlin { target { browser{} } } thing (version 1.3.70) doesn't work with multiplatform?
i
Ilya Goncharov [JB]
03/04/2020, 9:24 AM
You need to change
target
on
js
Copy code
kotlin { js { browser() } }
r
rnentjes
03/04/2020, 9:32 AM
Ok, I see thx
2
Views
Open in Slack
Previous
Next