Create a UserViewModel to avoid duplicated code.
This commit is contained in:
parent
2d9a5b5a2a
commit
98645ebb5b
9 changed files with 132 additions and 8 deletions
|
|
@ -28,6 +28,9 @@ anvil {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":anvilannotations"))
|
||||
anvil(project(":anvilcodegen"))
|
||||
implementation(project(":libraries:di"))
|
||||
implementation(project(":libraries:matrix"))
|
||||
implementation(project(":libraries:designsystem"))
|
||||
implementation(project(":libraries:core"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue