Hi! I've read somewhere about the fact that pure K...
# compiler
a
Hi! I've read somewhere about the fact that pure Kotlin projects compile faster than mixed Kotlin + Java projects. Don't remember the source, but is this even true? Or is it just a misconception, or a thing of the past? In other words, is it worth it to convert all Java files to Kotlin for faster compilation?
s
I think it is still true, considering that you have to run both Java and Kotlin compiler for mixed projects, although it should be less of a problem with incremental compilation