kang wang
11/16/2022, 3:22 PMval visible: Visibility = Visibility.visible;
Besides, is the method call statement not supported in KSP, either? like:
LinearLayout()
.width
I find there is no corresponding api list in ksp api list available at:
https://github.com/google/ksp/blob/main/api/src/main/kotlin/com/google/devtools/ksp/visitor/KSDefaultVisitor.kt
The annotation, method declaration, property declaration works fine for me.David Rawson
11/16/2022, 4:58 PM