Unresolved reference kapt and ksp in Android Studio when trying to do the setup for the use of ROOM local database
I've recently started to learn programming in Android Studio Kotlin and after going through some tutorials on Kotlin language and creating a User Interface in Android Studio, I decided to start learning about how to use the ROOM database. After…