You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See for annotation value from unresolvable enum NonExistEnumType.ONE
ksp1 test ksp:compiler-plugin [test] pass. Meaning it correctly provide us annotation value = <ERROR TYPE: NonExistEnumType.ONE>
ksp2 test :kotlin-analysis-api:test fail, it only provide us annotation value = null
The text was updated successfully, but these errors were encountered:
Repro
acejingbo@9659ae0
See for annotation value from unresolvable enum
NonExistEnumType.ONE
ksp1 test
ksp:compiler-plugin [test]
pass. Meaning it correctly provide us annotation value =<ERROR TYPE: NonExistEnumType.ONE>
ksp2 test
:kotlin-analysis-api:test
fail, it only provide us annotation value = nullThe text was updated successfully, but these errors were encountered: