Android Room Persistence library and Kotlin

前端 未结 6 697
迷失自我
迷失自我 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:54

    Anyone interested in using Kotlin with Room and Data Binding can see this sample project https://github.com/entrpn/kotlin-room-databinding

提交回复
热议问题