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
The only fix for me was adding
apply plugin: 'kotlin-android-extensions'
in build.gradle (:app)