I think there is a bug In KSP’s method `com.google...
# ksp
v
I think there is a bug In KSP’s method
com.google.devtools.ksp.UtilsKt#isVisibleFrom
. When it looks at protected visibility it treats it as visible if it is in the same package with a class passed to
isVisibleFrom
it works for java but doesn’t work for kotlin, because in kotlin protected is only accessible from the class inheritors.
👍 1
cc @Jiaxiang