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 후 해결