Incorrect isMutable
on KSPropertyDeclaration
from a JAVA_LIB
in 2.1.10-1.0.30
#2346
Milestone
isMutable
on KSPropertyDeclaration
from a JAVA_LIB
in 2.1.10-1.0.30
#2346
We are seeing a regression when updating KSP from
2.1.10-1.0.29
to2.1.10-1.0.30
whereKSPropertyDeclaration.isMutable
is returningtrue
for a public non-final field in a compiled Java source.The test in androidx is https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:room/room-compiler-processing/src/test/java/androidx/room/compiler/processing/ksp/KspFieldElementTest.kt;l=101
The text was updated successfully, but these errors were encountered: