Anyone know of a good guide for accessing KMP shared lib from a non-Kotlin JS app? Bonus if it covers publishing. having trouble finding solid examples.
j
Jonas
06/25/2024, 4:16 AM
Publishing depends on the platform and how you want to consume it.
Consuming it in another gradle project is the same as conuming any other dependency.
n
Nestor Ledon
06/25/2024, 9:49 PM
Wound up being pretty straight forward to push the JS file as an npm artifact.