kotlin 추가후 생긴 에러
implementation **'androidx.core:core-ktx:1.10.0'**
다음과 같이 버전을 1.8.0 으로 변경후 빌드하니 해결됨
implementation **'androidx.core:core-ktx:1.8.0'**