No need to expose libs.compound here.

This commit is contained in:
Benoit Marty 2025-02-06 15:05:44 +01:00
parent d173d67e77
commit b7dc2e3551
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ android {
}
dependencies {
api(libs.compound)
implementation(libs.compound)
implementation(projects.libraries.architecture)
implementation(projects.libraries.matrix.api)
}