skip to Main Content

Android Studio – Encountering 'Gradle Duplicate class found' error after adding dependency

I'm looking to implement in-app updates and am following the guidance provided by Google https://developer.android.com/guide/playcore/in-app-updates/kotlin-java#kts As such i'm trying to add the following dependencies implementation("com.google.android.play:app-update:2.0.0") implementation("com.google.android.play:app-update-ktx:2.0.0") However when trying to build the project I am confronted with a Duplicate class…

VIEW QUESTION
Back To Top
Search