BIT-143: Add initial bottom navigation screen (#25)

Co-authored-by: Brian Yencho <brian@livefront.com>
This commit is contained in:
Ramsey Smith
2023-09-05 14:44:50 -06:00
committed by Álison Fernandes
parent dc48420820
commit 69feff2dcd
16 changed files with 666 additions and 0 deletions

View File

@@ -91,5 +91,6 @@ android-application = { id = "com.android.application", version.ref = "androidGr
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }