Using Kotlin 1.0.6 and I apply the `kotlin-kapt` p...
# kapt
e
Using Kotlin 1.0.6 and I apply the
kotlin-kapt
plugin in Gradle. Do I still need
Copy code
kapt {
  generateStubs = true
}