some kotlin libraries attached to this project were compiled with a newer kotlin compiler and can't be read. Please update Kotlin plugin.
Gradle에 명시된 라이브러리 버전을 낮춰서 해결한다. dependencies{ ... implementation "androidx.lifecycle:lifecycle-viewmodel:2.3.1" implementation "androidx.lifecycle:lifecycle-livedata:2.3.1" ... }...
[Android] some kotlin libraries attached to this project ~ 에러에 대한 요약내용입니다.
자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.