Alexandru Hadăr
10/26/2021, 7:25 PMw: [ksp] Unable to process:com.sample.demo.DemoAnnotationProcessor: DemoClass;Foo
IS there any command to see more details about why it’s not working ?evant
10/26/2021, 7:28 PM./gradlew assemble --no-daemon -Dorg.gradle.debug=true -Dkotlin.compiler.execution.strategy=in-process
and attach the debugger and put breakpoints in your ide if that helpsJiaxiang
10/26/2021, 7:54 PMlogger
, the information you get here suggests that after no new files are generated, your processor still returns symbol(s) as deferred symbols, therefore KSP is reporting it.Alexandru Hadăr
10/26/2021, 7:59 PMlogger.logging("Processing files...")
right in the process
method, but when I run ./gradlew build --d
i can’t find find my logevant
10/26/2021, 8:01 PMAlexandru Hadăr
10/26/2021, 8:03 PMJiaxiang
10/26/2021, 8:03 PMAlexandru Hadăr
10/26/2021, 8:04 PM