I fixed that by add this line in build.gradle.kts(:app)
dependencies { ... implementation("androidx.collection:collection:1.4.5") ... }