Has anyone ever faced this issue when building a m...
# android
a
Has anyone ever faced this issue when building a multi-module project where Room entities are in a module and room DB/DAOs in a submodule?
[ksp] [MissingType]: Element 'com.admqueiroga.data.models.Foo' references a type that is not present - com.admqueiroga.data.models.Foo
a
Hi. When you write DAO, you use room entities there. Maybe your submodule doesn't know about model module at gradle file?
299 Views