Publishing Multiplatform Kotlin Libraries
Publishing artifacts for multiplatform Kotlin is a bit more complicated than a JVM project. If you are supporting all of Kotlin’s platforms, then need at least 3 build environments: linux, mac, and windows. Luckily there are easy and free options …