로딩
요청 처리 중입니다...

[Android] some kotlin libraries attached to this project ~ 에러

 [Android] some kotlin libraries attached to this project ~ 에러

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 ~ 에러에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.

# Android # 안드로이드 # 안드로이드개발에러 # 안드로이드라이브러리버전에러