Hi Guys, somebody have a post or something with ex...
# announcements
d
Hi Guys, somebody have a post or something with experiences using koltin on backend? we are thinking on try it but I want to have some points to defend the argument.
c
We're using Kotlin with our main back-end project. It's initially Java8 Spring Boot, the project was around 1M LOC when Kotlin was introduced, we've never looked back, all new code is now written in Kotlin, we're also migrating Java code to Kt when we're changing something big enough to warrant the conversion, we've also migrated some part of gradle build scripts to Gradle kotlin-dsl. It's awesome. Suggestion, introduce no-arg and allopen plugins from the start - will save you some frustration 🙂