I have configured the Kotlin version in project's build.gradle. But in Other Settings->Kotlin Compiler , it shows an older version. How to fix that?
It is not showing you outdated version. Let's say your plugin version is '1.1.3', so your compiler version is '1.1' not '1.1.3'. Now, if you will update your kotlin by going in
Tools > Kotlin > Configure Kotlin Updates
to early access version '1.2' as shown in screenshot below, you will be able to see '1.2' in you 'Kotlin compiler' settings.
In the newer versions of the Android Studio project,
Go to build.gradle(Project)
change version of that compiler will ask you to update.
In your Android studio, Go to Tools -> Kotlin -> Configure Kotlin Updates.
For more details you can check https://segunfamisa.com/posts/setting-up-android-studio-for-kotlin-development
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With