Join Slack
Powered by
I followed the official tutorial to create a mpp l...
# multiplatform
m
manueldidonna
09/04/2020, 9:49 PM
I followed the official tutorial to create a mpp library
https://kotlinlang.org/docs/tutorials/mpp/multiplatform-library.html
How can I import that library into a javascript project?
n
Nicholas Bilyk
09/06/2020, 1:45 PM
A kotlin js project or a plain js project?
m
manueldidonna
09/06/2020, 2:44 PM
Plain js
n
Nicholas Bilyk
09/06/2020, 2:47 PM
I haven't done that myself, but I'm sure there's a way to tell Gradle to publish your library to npm. I know the kotlin js libraries are available on npm for example
Open in Slack
Previous
Next