Room.databaseBuilder() cannot find Room dependencty even after importing from androidx.room.Room. I have made a different Kotlin library for database and implemented dependency in gradle for Room.
implementation "androidx.room:room-runtime:$room_version"
kapt "androidx.room:room-compiler:$room_version"
All the other Room annotations are working correctly but still cannot find Room.