mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 17:04:09 +02: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 {
|
dependencies {
|
||||||
api(libs.kotlin.coroutines.core)
|
api(libs.kotlin.coroutines.core)
|
||||||
api(libs.thirdparty.kotlinResult)
|
api(libs.thirdparty.kotlinResult)
|
||||||
compileOnly(libs.androidx.annotation)
|
|
||||||
coreLibraryDesugaring(libs.android.desugarJdkLibs)
|
coreLibraryDesugaring(libs.android.desugarJdkLibs)
|
||||||
implementation(projects.coroutineUtils)
|
implementation(projects.coroutineUtils)
|
||||||
|
implementation(libs.androidx.annotation)
|
||||||
implementation(libs.dagger.hilt.core)
|
implementation(libs.dagger.hilt.core)
|
||||||
implementation(libs.thirdparty.commons.codec)
|
implementation(libs.thirdparty.commons.codec)
|
||||||
testImplementation(projects.coroutineUtilsTesting)
|
testImplementation(projects.coroutineUtilsTesting)
|
||||||
|
|
Loading…
Reference in a new issue