Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kspDirtySetByDeps and kspDirtySetByOutputs files not being produced #2277

Open
mar3kk opened this issue Dec 27, 2024 · 0 comments
Open

kspDirtySetByDeps and kspDirtySetByOutputs files not being produced #2277

mar3kk opened this issue Dec 27, 2024 · 0 comments

Comments

@mar3kk
Copy link

mar3kk commented Dec 27, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant