Room Persistence lib implementation in Kotlin(Gradle error)

前端 未结 2 756
耶瑟儿~
耶瑟儿~ 2020-12-17 02:43

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条回答
  •  清酒与你
    2020-12-17 03:24

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

        kapt {
              generateStubs = true
        }
    

提交回复
热议问题