No need to expose libs.compound here.
This commit is contained in:
@@ -13,7 +13,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(libs.compound)
|
||||
implementation(libs.compound)
|
||||
implementation(projects.libraries.architecture)
|
||||
implementation(projects.libraries.matrix.api)
|
||||
}
|
||||
|
||||
@@ -17,11 +17,11 @@ android {
|
||||
setupAnvil()
|
||||
|
||||
dependencies {
|
||||
implementation(libs.compound)
|
||||
implementation(projects.anvilannotations)
|
||||
api(projects.features.enterprise.api)
|
||||
implementation(projects.libraries.architecture)
|
||||
implementation(projects.libraries.matrix.api)
|
||||
api(libs.compound)
|
||||
|
||||
testImplementation(libs.coroutines.test)
|
||||
testImplementation(libs.test.junit)
|
||||
|
||||
Reference in New Issue
Block a user