Android Room Persistence library and Kotlin

前端 未结 6 706
迷失自我
迷失自我 2020-12-03 04:34

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<

6条回答
  •  春和景丽
    2020-12-03 04:53

    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'

提交回复
热议问题