danger / kotlin

⚠️ Stop saying "you forgot to …" in code review
MIT License
490 stars 48 forks source link

Can't find Kotlin Compiler in Android Studio Preferences #240

Closed JustJerem closed 1 year ago

JustJerem commented 1 year ago

Hi guys ! Thanks for this amazing version of Danger Kotlin, it's working fine on my side. But I'm trying to make the auto-completion working and on this step, I can't find Kotlin Compiler in Android Studio Preferences.

Go to Preferences -> Build, Execution, Deployment -> Compiler -> Kotlin Compiler (Preferences -> Kotlin Compiler in Android Studio)

I normally installed Danger and restarted my IDE. I'm running on Android Studio Chipmunk | 2021.2.1 Patch 1.

Screen Shot 2022-11-24 at 12 02 42

Did I miss anything? Thanks you 🙏

gianluz commented 1 year ago

Try to close the project and open the settings without any project open but with the android studio initial screen. They have changed something, there you can find the option.

Also to make it working again try opening the danger file directly instead of the project, it will open the project initialising some stuff and then you will see the autocomplete working again

gianluz commented 1 year ago

let me know if that works for you!

JustJerem commented 1 year ago

Hi ! Thanks for the quick answer ! You're totally right, it's here ! Thanks again.

Screen Shot 2022-11-24 at 16 48 35