Kotlin Vs Java
Kotlin Vs Java
Kotlin Vs Java
1) Slow compilation
Small project (~100 classes in total, mostly in Kotlin) takes ~1 minute to assemble.
This is simply unacceptable. https://youtrack.jetbrains.com/issue/KT-6246
14) An app built with Kotlin will likely result in a larger file package size than
one built purely in Java.
Thats because Kotlin has its own standard library thats added on top of Javas
standard library. Also, the build time for Kotlin is a little slower using Gradle, which
can be frustrating. Though Gradle is also slow using only Java, its not quite as slow
as with Kotlin
REFERENCES
1. https://artemzin.com/blog/why-i-dont-want-to-use-kotlin-for-android-
development-yet/
2. https://hackernoon.com/kotlin-in-production-should-you-stay-or-should-
you-go-a3428b44b236
3. https://android-developers.googleblog.com/2017/03/future-of-java-8-
language-feature.html
4.