[android] androidx.core:core-ktx 버전 업그레이드 후 빌드오류

loci·2023년 4월 24일
0

andriod

목록 보기
13/19
implementation 'androidx.core:core-ktx:1.7.0' -> 
implementation 'androidx.core:core-ktx:1.10.0'

plugins 를 수정

plugins {
    id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
} 
->  id 'org.jetbrains.kotlin.android' version '1.8.10' apply false

sync now 후 해결

profile
편리한 개발자

0개의 댓글