Hi, I'm currently having this error where Room doe...
# room
b
Hi, I'm currently having this error where Room doesn't generate classes from Entity and Dao classes. I'm making a simple app where I have 1 dao and 1 entity. I am using ksp instead of kapt since the IDE suggested me to use it. I was thinking if the ksp thing caused this error
Copy code
[MissingType]: Element 'com.example.notes.framework.db.NoteEntity' references a type that is not present
e: [ksp] androidx.room.RoomKspProcessor was unable to process 'com.example.notes.framework.db.DatabaseService' because not all of its dependencies could be resolved. Check for compilation errors or a circular dependency with generated code.
e: Error occurred in KSP, check log for detail
156 Views