Anyone know of a good guide for accessing KMP shar...
# compose
n
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
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
Wound up being pretty straight forward to push the JS file as an npm artifact.
👍 1
j
Ah, sry I misread the
non-Kotlin JS app
part. 😅
🤣 1