android开发kotlin编译出错Module was compiled with an incompatible version of Kotlin
-
问题描述
Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.6.0, expected version is 1.4.1.
-
问题原因
不同模块使用不一致的kotlin版本编译,导致最后merge的时候版本冲突出错了
-
解决方法
尽量升级Android Gradle Plugin插件到最新,检查implement使用的kotlin-gradle-plugin和kotlin-stdlib的kotlin版本是否一致