Anyone have a github repo for a kmm plugin project...
# multiplatform
s
Anyone have a github repo for a kmm plugin project with additional javascript target? Keep breaking my library when I try to add the js target, just a simple example if it is possible would be much appreciated
f
My lib has a JS target and everything is working fine https://github.com/faogustavo/kached
i’m using the default js setup from when I booted the project. https://github.com/faogustavo/kached/blob/main/core/build.gradle.kts
s
Thanks I will take a look at that, trying to get to the point to use a single library on all three platforms at my company, still only figured out ios and android
t
Another example of a library targeting JS with the
multiplatform
plugin: https://github.com/JuulLabs/koap
👍 1
🙏 1