Split module matrix to matrix.api with interfaces and data classes and matrix.impl with Rust implementation.
This commit is contained in:
parent
6677f80abe
commit
b8467e547c
56 changed files with 256 additions and 78 deletions
|
|
@ -51,7 +51,7 @@ fun DependencyHandlerScope.composeDependencies(libs: LibrariesForLibs) {
|
|||
|
||||
fun DependencyHandlerScope.allLibraries() {
|
||||
implementation(project(":libraries:designsystem"))
|
||||
implementation(project(":libraries:matrix"))
|
||||
implementation(project(":libraries:matrix:api"))
|
||||
implementation(project(":libraries:matrixui"))
|
||||
implementation(project(":libraries:core"))
|
||||
implementation(project(":libraries:architecture"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue