Module was compiled with an incompatible version of Kotlin

preview_player
Показать описание
🤗🤗🤗Struggling to debug an error in your project? This video will help you troubleshoot the most common coding errors and get back on track in no time. Learn the right way to fix errors, understand the underlying cause, and become more efficient as a programmer. Get ready to say goodbye to roadblocks and start solving coding errors with ease!

To be precise this is the error we are going to be handling:

✍️module was compiled with an incompatible version of kotlin. the binary version of its metadata is 1.9.0, expected version is 1.6.0.

✍️Though this error normally occur in two ways one is the one above and we are going to fix in the video. The Second one is :

✍️The project is using an incompatible version (AGP 7.4.1) of the Android Gradle plugin. Latest supported version is AGP 7.3.0

✍️The solution to the second one is just to goto your build gradle(Project Level)
and change the version to the recommended supported one.

Your gradle should look like this: 👇👇👇

Happy Coding🤗🤗🤗...

If you find this video helpful 🙏🙏🙏please Subscribe and like it.

#app
#error
#howto
#java
#kotlin
#android
#androiddevelopers
#cleverdevelopers
Рекомендации по теме
Комментарии
Автор

just encountered this, done the still having same error

qachiqachi
Автор

hi bro how to solve this : kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.6.0

healingvibes
Автор

Hello bro I'm having a similar issue
, Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1.
thanks for helping

stanislassetondji
Автор

Hello bro, i have the same issue, help

tizanege