bod
06/06/2023, 1:56 PMThe build has experimental Kotlin incremental compilation optimizations enabled.
Is it possible to try K2 but to disable this incremental compilation at the same time? Having an issue, don't know if it's related to that but would like to eliminate this possibility at least.bod
06/06/2023, 2:02 PMkotlin.compiler.preciseCompilationResultsBackup=false
kotlin.incremental.useClasspathSnapshot=false
(and no, my issue isn't related then)