Hello, I am using the Room library in the base module of our Instant app project. Whenever I try to compile one "feature" module of the app, an error happen at compile time:
"*error: cannot access RoomDatabase*" followed by "*class file for android.arch.persistence.room.RoomDatabase not found*" The only answer I've found so far is here: https://medium.com/@pinakin.k.kansara/hi-florina-thank-you-for-the-detailed-article-84d8e67ac509 It is true ? How can I do to implement local storage in the app using room in my base module ? Did I have to rewrite all from scratch to avoid using Room ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/7ada34e4-303d-4c73-a05b-88057eb29664%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

