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
When building the app, we get the following error:
Failed to transform class com.packagename.db.OurRoomDB: [net.bytebuddy.pool.TypePool$Resolution$NoSuchTypeException: Cannot resolve type description for androidx.room.RoomDatabase]
It is a standard Room Database implementation.
Attempted with Java compiler with versions 17 and 21.