annotation.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.

Chae Seong Lim ·2023년 3월 12일
0

오류 발생

오류원인

build.gradle(Project)

ext.kotlin_version = "1.6.10"
 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

kotlin_version 1.7.1에서 살짝 낮춰 1.6.10 변경하면 오류 해결

profile
망고 개발자

0개의 댓글