I just updated to Android Studio 3.0 and I\'m getting this error with an existing project:
Kotlin not configured
When I go to
None of the other solutions solved my problem. I ended up figuring out that the problem lied in the google services version. Just update it to the latest.
Top level gradle at dependencies:
classpath 'com.google.gms:google-services:4.1.0'