/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...
出现“Kotlin: Module was compiled with an incompatible version of Kotlin”错误的原因可能有以下几种: 项目使用的Kotlin版本与IDEA中安装的Kotlin插件版本不匹配。 IDEA中配置的Kotlin版本与项目中的Kotlin版本不一致。为了解决这个问题,你可以尝试以下步骤: 检查项目使用的Kotlin版本和IDEA中安装的Kotlin插件版本是否一致。
解决“Java Error: Kotlin: Module was compiled with an incompatible version of Kotlin”问题 概述 在开发过程中,我们经常会遇到不同版本的编译器或库之间的兼容性问题。当我们在使用 Kotlin 编写代码时,有时会遇到这样的错误信息:“Java Error: Kotlin: Module was compiled with an incompatible version of Kotl...
在新电脑用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。
Modulewas compiledwithan incompatible versionofKotlin. Thebinaryversionofits metadatais1.8.0, expected versionis1.6.0. 大概含义就是用错了Kotlin语言的版本,模块是用不兼容的Kotlin版本编译的,其元数据的二进制版本为1.8.0,预期版本为1.6.0 在build.gradle中,添加Kotlin语言Gradle插件,高于上面报错提示的1.6.0...
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. 解决方案: 1、IDEA 打开设置: flie -> settings -> plugins 找到 kotlin 插件。 image.png ...
一次一个项目里遇到了启动编译前就报错: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版本编译的。 但是从来没有遇到过问题,网上也没有找到类似的解决方案。
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...
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. 7. 二、问题分析 直接把报错信息翻译一下 : e: Incompatible classes were found in dependencies. Remove them from the classpath or use...