hey folks, I think there's a major bug with the 1....
# ksp
z
hey folks, I think there's a major bug with the 1.6.0-1.0.1 release. I noticed our incremental compilation time for a simple change went from 45sec to 5min. When running with kotlinc build metrics, I see this reported for KSP
Copy code
Task ':apps:app-legacy:kspInternalDebugKotlin' finished in 11.29 s
Compilation log for task ':apps:app-legacy:kspInternalDebugKotlin':
  Compiler perf stats:

Time metrics:
  GRADLE_TASK_ACTION: 11.05 s
  GRADLE_TASK: 11.29 s
    CLEAR_OUTPUT: 0.01 s
    CONNECT_TO_DAEMON: 0.01 s
    CLEAR_JAR_CACHE: 0.00 s
    CALCULATE_OUTPUT_SIZE: 0.00 s

Build performance metrics:
  OUTPUT_SIZE: 0
  LOOKUP_SIZE: null
  SNAPSHOT_SIZE: 0

Build attributes:
  REBUILD_REASON: IC_IS_NOT_ENABLED
Which suggests to me there is something missing in its kotlin 1.6.0 support and this is subsequently causing dependent KotlinCompile tasks to run non-incrementally