Why I try Kotlin/Native. Again.
I’ve been using Kotlin since 2016 or 2017. I use it primarily for Android apps development, and to share rules and models between iOS and Android sometimes. I enjoy writing in Kotlin - it’s a good language that allows using different styles and approaches and a lot of great things, really. For back-end and internal tools it was used only once, on a project that had been started a bit before I joined - to manage mobile release cycles. Ktor proved to be a great tool to write a fast solution but it required the JVM and at that time we could use it on our servers. But sometimes we are restricted by security policies or limited by resources. ...