Hello, sorry if this is a very basic question
I have base experience as a backend developer using golang. I only moved to Kotlin recently, and I want to use a library I wrote in golang for my current project.
I tried to read articles and documentations, for example this one:
https://kotlinlang.org/docs/multiplatform-library.html
Question: is there a good example how a proper and production ready library of a kotlin project should look like? a good simple library would do, I just need to understand how things are written in kotlin before I will be confident enough to write my old golang library to kotlin/java. It would be great if the library is simple enough to learn from.
For context, the library is a utility library that can be use in all backend/frontend/android projects.
Thank you in advance!