I am trying to write a simple app using Kotlin and Room Persistence Library. I followed the tutorial in the Android Persistence codelab.
Here is my AppDatabase<
AppDatabase<
I don't know if there is a necessity to my answer I know that some of the above answers already included this to their answers but they added other things
ONLY ADD apply plugin: 'kotlin-kapt'
apply plugin: 'kotlin-kapt'