I've updated Android Studio from 3.0 to 3.5.3 and receiving this error.
Kotlin not configured
Dependencies used in build.gradle
dependencies {
compile 'org.jetbrains.kotlin:kotlin-stdlib:1.1.60'
compile 'com.squareup.okhttp:okhttp:2.5.0'
}
Tried doing below tricks but nothing worked:
- Restarting
- Clean and Rebuild
- Invalidate caches/restart.
I had the same issue and tried compiling with below code in build.gradle at buildscript level
Also let the dependencies you've mentioned above be same.
If you get any further issues after compiling your gradle try using Spotbugs