国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

解決Error:Kotlin: Module was compiled with an incompatible version of Kotlin. The binary version of ..

這篇具有很好參考價(jià)值的文章主要介紹了解決Error:Kotlin: Module was compiled with an incompatible version of Kotlin. The binary version of ..。希望對(duì)大家有所幫助。如果存在錯(cuò)誤或未考慮完全的地方,請(qǐng)大家不吝賜教,您也可以點(diǎn)擊"舉報(bào)違法"按鈕提交疑問(wèn)。

問(wèn)題

今天在啟動(dòng)項(xiàng)目時(shí),項(xiàng)目啟動(dòng)不起來(lái),報(bào)錯(cuò):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. 如下圖所示:
module was compiled with an incompatible version of kotlin. the binary versi,kotlin,開(kāi)發(fā)語(yǔ)言

分析

經(jīng)過(guò)分析,發(fā)現(xiàn)是ideade Kotlin版本過(guò)低導(dǎo)致,有兩種解決方式:
????一是將項(xiàng)目中的 Kotlin 版本降低;
????二是升級(jí)idea中 Kotlin 的插件版本

我采用的是在 idea 升級(jí) Kotlin 插件

升級(jí)kotlin插件版本

1、升級(jí)方法1

打開(kāi)kotlin面板
Windows系統(tǒng):File -> settings -> Languages & Frameworks -> Kotlin
module was compiled with an incompatible version of kotlin. the binary versi,kotlin,開(kāi)發(fā)語(yǔ)言
點(diǎn)擊 Check again
module was compiled with an incompatible version of kotlin. the binary versi,kotlin,開(kāi)發(fā)語(yǔ)言
然后點(diǎn)擊 install。

安裝成功后,重啟 idea文章來(lái)源地址http://www.zghlxwxcb.cn/news/detail-801650.html

到了這里,關(guān)于解決Error:Kotlin: Module was compiled with an incompatible version of Kotlin. The binary version of ..的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來(lái)自互聯(lián)網(wǎng)用戶(hù)投稿,該文觀(guān)點(diǎn)僅代表作者本人,不代表本站立場(chǎng)。本站僅提供信息存儲(chǔ)空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請(qǐng)注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實(shí)不符,請(qǐng)點(diǎn)擊違法舉報(bào)進(jìn)行投訴反饋,一經(jīng)查實(shí),立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費(fèi)用

相關(guān)文章

  • Idea編譯項(xiàng)目報(bào)錯(cuò)Error:Kotlin: Module was compiled with an incompatible version of Kotlin.

    Idea編譯項(xiàng)目報(bào)錯(cuò)Error:Kotlin: Module was compiled with an incompatible version of Kotlin.

    error:Kotlin:module was compiled with an incompatible version of kotlin the binary version of its metadata is 提示jar包版本沖突 方案1)升級(jí)kotlin插件(不建議) 方案2) compile項(xiàng)目 方案3)Rebuild Project 第一種升級(jí)了插件,沒(méi)有解決,有可能是自己idea版本太低,我目前idea版本是2019.2.2 第二種方案:剛開(kāi)

    2024年02月11日
    瀏覽(26)
  • Error:Kotlin: Module was compiled with an incompatible version of Kotlin. The binary version of

    Error:Kotlin: Module was compiled with an incompatible version of Kotlin. The binary version of

    問(wèn)題原因 idea 中的 kotlin 插件版本比 pom 中的低,導(dǎo)致無(wú)法啟動(dòng) 解決方式 把項(xiàng)目 pom 中的版本降低 或 升級(jí)下idea插件的版本 實(shí)際解決 pom 中的一般我們沒(méi)有辦法輕易改動(dòng),這里選擇升級(jí)idea 中的插件,共兩種方式 第一種(推薦) : 通過(guò)左上角菜單進(jìn)入 settings 或者 直接快捷鍵

    2024年02月07日
    瀏覽(22)
  • Error:Kotlin: Module was compiled with an incompatible version of Kotlin. The binary version of its

    Error:Kotlin: Module was compiled with an incompatible version of Kotlin. The binary version of its

    報(bào)錯(cuò): ????????Error:Kotlin:?Module?was?compiled?with?an?incompatible?version?of?Kotlin.?The?binary?version?of?its?metadata?is?1.7.1,?expected?version?is?1.1.16. 解決方案: 非常簡(jiǎn)單:Build---Rebuild project,再運(yùn)行就沒(méi)問(wèn)題了。 如果不行可以嘗試: ????????在項(xiàng)目的構(gòu)建文件(如 pom.xm

    2024年02月07日
    瀏覽(18)
  • Kotlin: Module was compiled with an incompatible version of Kotlin

    Kotlin: Module was compiled with an incompatible version of Kotlin

    背景: 使用intellij-idea工具,spring boot項(xiàng)目,使用的maven 問(wèn)題: 項(xiàng)目中沒(méi)有依賴(lài)Kotlin,結(jié)果報(bào)錯(cuò)Kotlin版本問(wèn)題,如下 Kotlin: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.7.1, expected version is 1.1.15. 解決方案: Just go to the Build menu and click on the rebuild

    2024年02月06日
    瀏覽(17)
  • 問(wèn)題:module was compiled with an incompatible version of kotlin

    問(wèn)題:module was compiled with an incompatible version of kotlin

    不同模塊使用不一致的kotlin版本編譯,導(dǎo)致最后merge的時(shí)候版本沖突出錯(cuò)了 臨時(shí)解決 build-rebuild project 永久解決 項(xiàng)目不使用kotlin,關(guān)閉插件kotlin enable-disable

    2024年02月12日
    瀏覽(13)
  • 記錄一下Kotlin: Module was compiled with an incompatible version of Kotlin.的問(wèn)題

    我遇到的整個(gè)報(bào)錯(cuò)是這樣的: Error:Kotlin: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.7.1, expected version is 1.1.16. 大概意思就是不匹配,但是我這是個(gè)不太能隨便改代碼的項(xiàng)目,而且我是突然出現(xiàn)的這個(gè)問(wèn)題,原本是可以正常啟動(dòng)的,所以我就找只

    2024年02月15日
    瀏覽(22)
  • 【錯(cuò)誤記錄】Android Studio 中 Kotlin 版本報(bào)錯(cuò) ( Module was compiled with an incompatible version of Kotlin. T )

    【錯(cuò)誤記錄】Android Studio 中 Kotlin 版本報(bào)錯(cuò) ( Module was compiled with an incompatible version of Kotlin. T )

    在 Android Studio 中 , 編譯應(yīng)用 , 報(bào)如下錯(cuò)誤 : 這個(gè)報(bào)錯(cuò)問(wèn)題 , 出現(xiàn)了十幾次 ; 詳細(xì)報(bào)錯(cuò)信息如下 : 下面的報(bào)錯(cuò)信息 , 僅做參考 , 就不要點(diǎn)開(kāi)了 ; 核心報(bào)錯(cuò)信息如下 : 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. 大概含義就

    2024年02月05日
    瀏覽(37)
  • 【錯(cuò)誤記錄】Android Studio 編譯報(bào)錯(cuò) ( Module was compiled with an incompatible version of Kotlin. The binary )

    【錯(cuò)誤記錄】Android Studio 編譯報(bào)錯(cuò) ( Module was compiled with an incompatible version of Kotlin. The binary )

    Android Studio 工程在編譯時(shí) , 報(bào)如下錯(cuò)誤 : 直接把報(bào)錯(cuò)信息翻譯一下 : 報(bào)錯(cuò)的模塊是 e: C:/Users/octop/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.7.10/bac80c520d0a9e3f3673bc2658c6ed02ef45a76a/kotlin-stdlib-common-1.7.10.jar!/META-INF/kotlin-stdlib-common.kotlin_module 模塊 , 就是 kotlin-stdlib-c

    2024年01月20日
    瀏覽(19)
  • Module was compiled with an incompatible version of Kotlin.The binary version of its metadata is....

    Module was compiled with an incompatible version of Kotlin.The binary version of its metadata is....

    解決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.的問(wèn)題。 出現(xiàn)此問(wèn)題是因?yàn)閗otlin的版本不一致,下載的版本可以從提示的錯(cuò)誤信息中定位到下載kotlin的位置,打開(kāi)后可以找到很多版本,結(jié)合錯(cuò)誤信息說(shuō):元數(shù)據(jù)是1.7.1,

    2024年02月12日
    瀏覽(20)
  • Class ‘com.xxxx.Log‘ was compiled with an incompatible version of Kotlin.

    Class \\\'com.xxxx.Log\\\' was compiled with an incompatible version of Kotlin. ?The binary version of its metadata is 1.7.1, expected version is 1.5.1. 原因:在build.gradle中使用了1.5.30版本的kotlin插件,與第三方庫(kù)中的kotlin插件版本不同,需要進(jìn)行升級(jí)。 需要將: 改為:

    2024年02月11日
    瀏覽(42)

覺(jué)得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請(qǐng)作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包