elihart
05/25/2022, 12:13 AMThe task was not up-to-date because of the following reasons:
The type of task ':base:compileDebugKotlin' has changed from 'org.jetbrains.kotlin.gradle.tasks.KotlinCompileWithWorkers_Decorated' to 'org.jetbrains.kotlin.gradle.tasks.KotlinCompile_Decorated'.
I am looking for reasons why this would happen. We are on kotlin 1.6.21 and as far as I can tell the KotlinCompileWithWorkers
class doesn’t exist anymore in that branch. Any leads are appreciatedtapchicoma
05/25/2022, 8:08 AMKotlinCompileWithWorkers
task class as compilation now is always happening with workers.
The reason why you see build cache misses is hard to say without seeing the project itself.