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

后端 未结 19 895
挽巷
挽巷 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:19

    I have tried all above solutions but non of them works for me.

    Then finally I got success with below solution, so it may helpful for some one like me.

    1. Delele all .iml files (in root project, libraries and modules)
    2. Rebuild project

提交回复
热议问题