The minCompileSdk (33) specified in a dependency's AAR metadata (META-INF/com/android/build/gradle/aar-metadata.properties) is greater than this module's compileSdkVersion (android-31). Dependency: androidx.core:core-ktx:1.9.0.

Chae Seong Lim ·2023년 3월 14일

build.gradle 파일에서 기존에 androidx.core:core-ktx:1.9.0
되어있습니다. 1.7.0 으로 변경합니다.

build.gradle

 implementation 'androidx.core:core-ktx:1.7.0'

정상적으로 실행이 잘되는 것을 확인할 수 있습니다.

profile
망고 개발자

0개의 댓글