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
|
|
@ -25,6 +25,6 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
api(projects.libraries.matrix)
|
||||
api(projects.libraries.matrix.api)
|
||||
api(libs.coroutines.core)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue