Support for User Profiles

This commit is contained in:
Vitor Pamplona
2023-01-15 21:52:59 -05:00
parent 5791511bd6
commit 4543a68615
40 changed files with 891 additions and 106 deletions

View File

@@ -3,6 +3,7 @@ buildscript {
compose_ui_version = '1.3.3'
nav_version = "2.5.3"
room_version = "2.4.3"
accompanist_version = "0.28.0"
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {