You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.
The Kotlin Multiplatform Plugin generates JsJars. Unfortunately, there doesn't seem to be a straight forward way to reference that as an NPM dependency in the plugin. Something like: kotlinFrontend { sourceMaps = true npm { dependency(":common") } }
There is another plugin https://github.com/svok/kotlin-jar2npm-plugin that looks like it should work. However, it seems to clash with the Multiplatform plugin.
Is there an alternative? Is there a way to reference the output? Something like: kotlinFrontend { sourceMaps = true npm { dependency("file:../common/build/classes/js/main") }
I'm a bit stuck with this at the moment, any help would be gratefully recieved.
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The Kotlin Multiplatform Plugin generates JsJars. Unfortunately, there doesn't seem to be a straight forward way to reference that as an NPM dependency in the plugin. Something like:
kotlinFrontend { sourceMaps = true npm { dependency(":common") } }
There is another plugin https://github.com/svok/kotlin-jar2npm-plugin that looks like it should work. However, it seems to clash with the Multiplatform plugin.
Is there an alternative? Is there a way to reference the output? Something like:
kotlinFrontend { sourceMaps = true npm { dependency("file:../common/build/classes/js/main") }
I'm a bit stuck with this at the moment, any help would be gratefully recieved.
Thanks
The text was updated successfully, but these errors were encountered: