Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android studio new update version 4.0 says Kotlin is incompatible with this new build

I got the new update (4.0) of android studio and the update wizard says that kotlin and firebase services are incompatible with this update.

enter image description here

Can i use the kotlin and firebase services after the update? or is it safe to download this update considering some of my active projects use kotlin.

like image 674
Vivek Singh Avatar asked May 29 '20 08:05

Vivek Singh


People also ask

How do I fix the module was compiled with an incompatible version of Kotlin the binary version of its metadata is 1.5 1 Expected version is 1.1 16?

To Solve Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.5. 1, expected version is 1.1. 16 Error You Can try to rebuild your project By Open Open IntelliJ >> Select Build >> Rebuild Project and then run your application again and your error will be solved.

Is Kotlin installed with Android studio?

Android Studio provides first-class support for Kotlin. It even has built-in tools to help you convert Java-based code to Kotlin.


1 Answers

I had the same message as you and just updated it. Kotlin and Firebase plugins are bundled. That should mean that the studio is preinstalled with them and they must be compatible. Looks fine so far.

My new version:
Android Studio 4.0 Build #AI-193.6911.18.40.6514223, built on May 20, 2020

like image 57
RevakoOA Avatar answered Oct 11 '22 00:10

RevakoOA