-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
Project is Java-only.
Describe the solution you'd like
Enable Kotlin support.
Additional context
Kotlin is now considered 1st class citizen in the Android universe.
Examples in the internet are in Kotlin.
New developers start in Kotlin.
Contributors look for first Kotlin experiences to increase employability.
It gains traction.
Key battle-proven facts about Kotlin:
- Java interop is spectacularly good - there is almost no friction
- data classes make Lombok obsolete
- tooling has matured enormously in recent months (checkstyle, ktlint, spotbugs)
- null-safety provides tangible quality benefits
- migration from Java code is semi-automated and - while not perfect - works above expectations