Hey there! đ
I'm trying to use Room3 (alpha01).
It works, but I got an error (not preventing compilation though, lint?)
> RoomDatabase can only be called from within the same library group prefix (referenced groupId=androidx.room3 with prefix androidx from groupId=Xxx)
When I inherit from
RoomDatabase
.
Will this be addressed in final 3.0.0?
I didn't see anything about this in release note nor migration guides.