0
The running performance on android (I refer to the speed of the application and not the build speed, because benchmarks on powerful machines showed the slower Kotlin than java in terms of compilation) of Kotlin is faster and efficient?
I’ve been thinking about abandoning java and learning Kotlin, but I don’t know if it’s worth it, one of the biggest reasons to want to learn was the oracle’s fight with google on copyright issues for using their language, so much so that now the official language of android is Kotlin.
What is the real importance of compiling time?
– Jéf Bueno
Related: What are the main differences between Kotlin and Java?
– ramaral
I refer to the running time, but for me can import why an app of mine managed to break a record compilation delay to 20 minutes this Sunday even using paralel and daemon in android studio
– Samuel Ives
Kotlin is an official language of Android, not the official A. The addition was made bearing in mind interoperability with Java.
– Piovezan