Skip to content

v1.1.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@bitspittle bitspittle released this 08 Mar 18:19
· 184 commits to main since this release

The 1.1.0 version brings Kotter into the world of multiplatform, adding Kotlin/Native support.

This is a prerelease build, as I'm hoping to get community confirmation, especially about the native targets. But if you're a JVM user, it should be relatively safe to upgrade.

This means, in addition to JVM ☕ support, you can also build binaries directly for Windows 🪟 , Mac 🍎 , and Linux 🐧 platforms.

If you are new to Kotter, just jump into the README! If you are a 1.0.x user, you should review the migration steps. (They're not that bad)

This release also introduces a new onShutdownHook feature (since I had to implement a bunch of work around this for multiplatform anyway). You can read more here if curious.

Finally, a bit overdue, but I added a section to the README about distributing your Kotter application. It's a little minimal at the moment, since it's hard to capture everything relevant about this, but I'm looking for feedback. Feel free to email me if you found it helpful, not helpful, somewhat helpful but missing something, etc.

Thank you!