出现“Kotlin: Module was compiled with an incompatible version of Kotlin”错误的原因可能有以下几种: 项目使用的Kotlin版本与IDEA中安装的Kotlin插件版本不匹配。 IDEA中配置的Kotlin版本与项目中的Kotlin版本不一致。为了解决这个问题,你可以尝试以下步骤: 检查项目使用的Kotlin版本和IDEA中安装的Kotlin插件版本是否一致。
/META-INF/navigation-runtime_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.6.0, expected version is 1.1.13. e: C:/Users/octop/.gradle/caches/transforms-3/98a12fce22bb35efa781271d8241e273/transformed/core-ktx-1.7...
Error:Kotlin: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.1.16. 解决方案(windows): 1、打开Kotlin面板 路径:File -> settings -> Languages & Frameworks -> Kotlin 2、点击Check again,然后点击install即可 3、正常情...
/META-INF/lifecycle-viewmodel-savedstate_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. e: /Users/apple/.gradle/caches/transforms-3/740c93e8e1043856a6b7cb15a7eaa9f0/transformed/jetified...
Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.7.1, expected version is 1.5.1. 1. 2. 3. 4. 5. 6. 二、问题分析 直接把报错信息翻译一下 : e: C:/Users/octop/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-com...
在新电脑用as跑一下老项目,报错:Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.6.0, expected version is 1.1.15. 翻译:模块是用不兼容的Kotlin版本编译的。其元数据的二进制版本为1.6.0,预期版本为1.1.15。
kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.7.1, expected version is 1.5.1. 报错的模块是 e: C:/Users/octop/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.7.10/bac80c520d0a9e3f3673bc...
一次一个项目里遇到了启动编译前就报错:Error:Kotlin: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.5.1, expected version is 1.1.13. 大概意思:模块是用不兼容的Kotlin版本编译的。 但是从来没有遇到过问题,网上也没有找到类似的解决方案。
SpringBoot项目启动的时候报如下错误:Error:Kotlin: 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.注意:此解决方案不适用于AndroidStudio。解决方案:1、IDEA 打开设置: flie -> settings -> plugins 找到 kotlin ...
Steps to reproduce install v2.2.0 flutter build apk --release Expected results Build Ok Actual results Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. Co...