The Kotlin metadata version was upgraded in Kotlin 1.5, and it looks like one or more of your dependencies was depending on the old version. In your case, it looks like dagger is the issue. You can try upgrading or removing dagger and see if that helps.