After updating to Android Studio 3.1 I got this error message:
The project works fine and this is mostly just a warning, so my question is what\'s the meani
apply plugin: 'kotlin-kapt'
add mavenCentral() in build.gradle like:
mavenCentral()
allprojects { repositories { mavenCentral() google() jcenter() } }