错误记录Kotlin 报错 ( Some kotlin libraries attached to this project were compiled with a newer kotlin )

Posted 韩曙亮

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了错误记录Kotlin 报错 ( Some kotlin libraries attached to this project were compiled with a newer kotlin )相关的知识,希望对你有一定的参考价值。

文章目录



解决方案 : 安装最新的 Android Studio 软件 , 本博客内容可以不看 , 没啥用 ;





一、 报错信息



android Studio 中的 Kotlin 代码无法正常使用代码特性 , 在顶部报如下错误 ;

Some kotlin libraries attached to this project were compiled with a newer kotlin compiler and can't be read , please update kotlin plugin .





二、 尝试官方提供的方案



在右上角有 Update Plugin 按钮 , 点击后会更新最新的插件 ;


但是更新后 , 没有任何效果 , 还是报错 ;

查看 Kotlin 插件 :

当前显示目前已经是最新的 Kotlin 插件了 ;





三、最终解决方案



更新 Android Studio , 到官网下载最新版本的 AS ,

这个开发环境用了好几年太老了 ;

目前最新版本是 Android Studio Dolphin | 2021.3.1 , 下载安装该版本的 AS 开发环境 ;

更新完毕后 , 代码正常 , Kotlin 功能使用正常 ;

以上是关于错误记录Kotlin 报错 ( Some kotlin libraries attached to this project were compiled with a newer kotlin )的主要内容,如果未能解决你的问题,请参考以下文章

错误记录Android Studio 4.2.1 编译报错 ( 设置支持的 Java 和 Kotlin 版本 )

错误记录记录 Android 命令行执行 Java 程序中出现的错误 ( dx 打包 PC 可执行文件报错 | dalvik 命令执行 kotlin 编译的 dex 文件报错 )

错误记录Android Studio 编译报错 ( Module was compiled with an incompatible version of Kotlin. ) 2

错误记录Android Studio 编译报错 ( Module was compiled with an incompatible version of Kotlin. ) 2

错误记录Kotlin 延迟加载初始化报错 ( lateinit property string has not been initialized )

错误记录Android Studio 编译报错 ( kotlin library {0} was compiled with a newer kotlin compiler and not b )