For some time Kotlin allowed to set kotlin.incremental=true
and since 1.1.2 there is also kotlin.compiler.incremental=true
.
I would like to know what is the difference between these two?
According to Alexey Tsvetkov kotlin.compiler.incremental
is maven only, and it is named similar to other maven options.