I'm getting `java.lang.NullPointerException: null ...
# room
t
I'm getting
java.lang.NullPointerException: null cannot be cast to non-null type androidx.room.compiler.processing.XAnnotation
when building iOS project after upgrading room to 2.7.0-beta01, but the Android project builds fine, full stack trace in thread.
4
无标题
b
I had this same problem. I think it's a bug (if I go back to 2.7.0-alpha12 the issue goes away). I also found that I could resolve the issue if I explicitly added all of the parameters to every room Annotation in my project (@Entity, @PrimaryKey, etc). But that's not really a feasible solution, so I just went back to alpha12
в
I have same problem. Reverting to alpha13 fixed it
🙌 1
h
I had the same issue, by downgrading to version 2.7.0-alpha13 it fixed.
I created this issue on issue tracker https://issuetracker.google.com/issues/398414973
101 Views