The following options were not recognized by any processor: ‘[room.schemaLocation, kapt.kotlin.generated]’
I am trying to add Room, kapt, and hilt in my android app but I am not getting into anything, I know you will ask why using kapt instead of ksp, before adding the code of the database and so on ksp alone didn’t let me run my app successfully until I changed to kapt .
Now when building the gradle everything is okay, but when Running the App I get this error :
What are reasons for data loss when using android room with jetpack compose?
When I updated my fairphone from android 12 to android 13 and I launched my own android todo app (sourcecode: MainActivity.kt) all my todo lists and tasks were gone.