mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
fix(deps): avoid classpath clashes due to androidx.annotation
This commit is contained in:
@@ -18,9 +18,9 @@ android {
|
||||
dependencies {
|
||||
api(libs.kotlin.coroutines.core)
|
||||
api(libs.thirdparty.kotlinResult)
|
||||
compileOnly(libs.androidx.annotation)
|
||||
coreLibraryDesugaring(libs.android.desugarJdkLibs)
|
||||
implementation(projects.coroutineUtils)
|
||||
implementation(libs.androidx.annotation)
|
||||
implementation(libs.dagger.hilt.core)
|
||||
implementation(libs.thirdparty.commons.codec)
|
||||
testImplementation(projects.coroutineUtilsTesting)
|
||||
|
Reference in New Issue
Block a user