google / ksp

Kotlin Symbol Processing API
https://github.com/google/ksp
Apache License 2.0
2.84k stars 266 forks source link

Some strange problems occurred after using ksp, such as: resource id not found, no view found with id xxxx, or the content displayed by TextView is not normal. #1664

Closed kuyu132 closed 9 months ago

kuyu132 commented 9 months ago

buildscript { ext { agp_version = '8.0.0' } ext.kotlin_version = '1.9.10' dependencies { classpath "com.android.tools.build:gradle:$agp_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'com.google.devtools.ksp:symbol-processing-api:1.9.10-1.0.13' } }

My project is configured using the gradle script. The entire project has more than 30 modules. I cannot locate the specific reason now. Can you help me check it out? Additional information can be added if needed.

kuyu132 commented 9 months ago

Last week I removed tryK2=true config, until today, the issue don't come up again