feat: add icons and btn nav
This commit is contained in:
@@ -22,6 +22,7 @@ navigationCompose = "2.8.5"
|
||||
material3 = "1.4.0"
|
||||
jsoup = "1.18.3"
|
||||
scalars = "2.11.0"
|
||||
iconExtend="1.7.8"
|
||||
[libraries]
|
||||
jsoup = { module = "org.jsoup:jsoup", version.ref = "jsoup" }
|
||||
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
||||
@@ -39,7 +40,7 @@ androidx-compose-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-
|
||||
androidx-compose-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
|
||||
androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3" }
|
||||
androidx-compose-material-icons-core = { group = "androidx.compose.material", name = "material-icons-core" }
|
||||
|
||||
androidx-compose-material-icons-extended = {module ="androidx.compose.material:material-icons-extended", name="material-icons-extended" , version.ref = "iconExtend"}
|
||||
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycleRuntimeKtx" }
|
||||
koin-android = { module = "io.insert-koin:koin-android", version.ref = "koinAndroid" }
|
||||
koin-androidx-compose-v410 = { module = "io.insert-koin:koin-androidx-compose", version.ref = "koinAndroidxCompose" }
|
||||
|
||||
Reference in New Issue
Block a user