mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 05:48:09 +00:00
fix(deps): avoid classpath clashes due to androidx.annotation
This commit is contained in:
parent
d6c5591040
commit
baa197bd0f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user