Hi! 🐀
Im trying to create a really simple kotlin library that utilizes some of the elements from kotlin/js.
I intend to use these libraries in other kotlin/js projects, so i dont think this would be very difficult.
Think i got a kotlin/js project that only has a class that takes a string, and outputs the length of it.
Are there any resources / examples on how i would have to modify my gradle script to publish a simple artifact to local that i can then use in other kotlin/js projects?
Apologies if this is an obvious question, ive looked through the docs for a while but i just cant seem to find anything 😞