-
Notifications
You must be signed in to change notification settings - Fork 330
Open
Description
According to the doc:
To report a bug, please set Gradle properties ksp.incremental=true and ksp.incremental.log=true, and perform a clean build. This build produces two log files:
build/kspCaches/<source set>/logs/kspDirtySet.log
build/kspCaches/<source set>/logs/kspSourceToOutputs.log
You can then run successive incremental builds, which will generate two additional log files:
build/kspCaches/<source set>/logs/kspDirtySetByDeps.log
build/kspCaches/<source set>/logs/kspDirtySetByOutputs.log
These logs contain file names of sources and outputs, plus the timestamps of the builds.
The later two are not being produced in my case. I hope they can help me understand why changing a file that seemingly is not contributing to any output (it is not listed in the kspSourceToOutputs) is actually marking a lot of seemingly unrelated files dirty.
G00fY2, distinctdan, lvkun and LeonRa
Metadata
Metadata
Assignees
Labels
No labels