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

后端 未结 19 894
挽巷
挽巷 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条回答
  •  -上瘾入骨i
    2020-12-18 18:21

    Though I see that the question already has answers that work, one might also try the following solution.

    Right click on the file name (Main.kt) -> Run 'Main.kt'.

    This will download a gradle file from the gradle.org website.

    Wait for it to unzip. The errors were cleared.

提交回复
热议问题