Android Studio – Why androidx.room.RoomDatabase is not recognised?
I'm learning modularity and in one of my modules androidx.room.* is not recognised. Downgrading Room version helps only with @Database annotation. Also, module seems to not see Room.roomKtx implementation because quick help suggest adding this implementation to build.gradle. My kotlin…