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
man just add the following in the build.gradle. Above dependencies :D
kapt { generateStubs = true }