코모스튜디오
gradle.kts 변경 작업 시 resConfigs("ko", "xxxhdpi") deprecated 가 나온다. 아래와 같이 property로 바꿔 준다 resourceConfigurations += listOf("ko", "xxxhdpi")