some kotlin libraries attached to this project were compiled with a newer kotlin compiler
·
Rt,Android Studio直接打开Project出现了这个报错,原因是目前Kotlin lib太新,无法适用旧版本的project

找到并打开这个gradle文件

修改kotlin_version为目标旧版本,之后点击上方出现的sync now,此举会重新安装该版本lib,之后应该就ok了

更多推荐
所有评论(0)