Search code examples
kotlincompiler-flags

What is the difference between these Kotlin compiler flags?


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?


Solution

  • According to Alexey Tsvetkov kotlin.compiler.incremental is maven only, and it is named similar to other maven options.