mbonnin
10/10/2023, 12:53 PMresolver.getAllFiles()
return no files (not sure if expected?).
The processed source files did not change The input changes require a full rebuild for incremental task
when the non-working one doesn'tInput property '$1' file /Users/mbonnin/git/test-ksp/processor/build/libs/processor.jar has changed.
The input changes require a full rebuild for incremental task ':app:kspKotlin'.
Not working:
Input property 'classpathSnapshotProperties.classpath' file /Users/mbonnin/git/apollo-kotlin/libraries/apollo-api/build/libs/apollo-api-jvm-4.0.0-beta.2-SNAPSHOT.jar has changed.
Ting-Yuan Huang
10/10/2023, 6:23 PMksp.incremental.log=true
and looking at build/kspCaches/<target>/<source set>/logs
might give some hints on why the processors are called.mbonnin
10/10/2023, 7:01 PMAll Files
src/main/kotlin/com/apollographql/apollo/sample/server/Main.kt
src/main/kotlin/com/apollographql/apollo/sample/server/SampleServer.kt
src/main/kotlin/com/apollographql/apollo/sample/server/graphql/MutationRoot.kt
src/main/kotlin/com/apollographql/apollo/sample/server/graphql/QueryRoot.kt
src/main/kotlin/com/apollographql/apollo/sample/server/graphql/SubscriptionRoot.kt
Modified
Removed
Disappeared Outputs
Affected By CP
Affected By new syms
Affected By sealed
CP changes
Dirty:
Dirty / All: 0.00%
Ting-Yuan Huang
10/10/2023, 7:06 PMResolver.getClassDeclarationByName
, then it is a false positive.mbonnin
10/10/2023, 7:08 PMTing-Yuan Huang
10/10/2023, 7:09 PMmbonnin
10/10/2023, 7:10 PMgetClassDeclarationByName
look into dependencies?Find a class in the compilation classpath for the given name