Add compose UI

This commit is contained in:
Alex Gabor 2022-02-28 08:40:39 +02:00
parent 8866ac8477
commit a9dc65d0b6
11 changed files with 377 additions and 2 deletions

View file

@ -7,6 +7,10 @@ project.ext {
androidx_swiperefreshlayout_version = "1.1.0"
androidx_room_version = "2.4.1"
activity_ktx_version = "1.4.0"
androidx_navigation = "2.4.0"
androidx_compose = "1.1.0-rc03"
google_accompanist = "0.20.3"
coroutines_version = "1.6.0"
turbine_version = "0.7.0"