spotify-web-api-kotlin, a Kotlin multiplatform Spotify library, now supports Kotlin/Native desktop targets (3.5.01)

I found some free time to work on spotify-web-api-kotlin, which I have posted about before, and added native desktop targets (Linux/Windows/macOS).

This was my first time working with Kotlin/Native, and while I’ve found a couple issues, especially re regexes, it was overall smooth to add native targets. Shared source sets were also a very useful feature to share code between the three desktop targets. I’ve written command line utilities before that have relied on the JVM, so I’m personally excited to compile native binaries and eliminate any external dependencies.

submitted by /u/adamr_
[link] [comments]