Room Persistence lib implementation in Kotlin(Gradle error)

前端 未结 2 1528
刺人心
刺人心 2020-12-17 02:53

I am implementing Room persistence lib in kotlin for my database implementation. Same question is asked in Android Room Persistences library and Kotlin thread, applying thos

2条回答
  •  旧时难觅i
    2020-12-17 03:21

    man just add the following in the build.gradle. Above dependencies :D

        kapt {
              generateStubs = true
        }
    

提交回复
热议问题