`The build has experimental Kotlin incremental com...
# k2-adopters
b
The 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.
1
Found it
Copy code
kotlin.compiler.preciseCompilationResultsBackup=false
kotlin.incremental.useClasspathSnapshot=false
(and no, my issue isn't related then)