<Android Room can not process my classes because i...
# stackoverflow
u
Android Room can not process my classes because it can not resolve all thier dependencies I am trying to integrate Room in my kotlin project which also uses databinding.I have implemented all the required classes (I think so!) but when I try to build the project I get the below error message and can not find out what is causing this error or what am I missing Here is the build log e: [PATH_TO_PROJECT]\dataaccess\local\AppDatabase.java7 error: android.arch.persistence.room.RoomProcessor was unable to process this class because not all of its dependencies could be resolved....