Updated to Android Studio 3.0. Getting a “Kotlin not configured” error

后端 未结 19 891
挽巷
挽巷 2020-12-18 17:59

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

19条回答
  •  [愿得一人]
    2020-12-18 18:25

    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'
    

提交回复
热议问题