mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-13 18:27:00 +05:30
feat(common): add preview dependencies
This commit is contained in:
parent
9ee4d3b344
commit
4bee8f1818
2 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,8 @@ dependencies {
|
|||
implementation(libs.androidx.compose.material3)
|
||||
implementation(libs.androidx.compose.runtime)
|
||||
implementation(libs.androidx.compose.ui.text)
|
||||
implementation(libs.androidx.compose.ui.tooling)
|
||||
implementation(libs.androidx.compose.ui.tooling.preview)
|
||||
implementation(libs.coil.compose)
|
||||
implementation(libs.compose.richtext.markdown)
|
||||
implementation(libs.compose.richtext.material3)
|
||||
|
|
|
@ -31,6 +31,8 @@ androidx-compose-material3 = "androidx.compose.material3:material3:1.0.0-beta03"
|
|||
androidx-compose-runtime = "androidx.compose.runtime:runtime:1.3.0-beta03"
|
||||
androidx-compose-ui = "androidx.compose.ui:ui:1.3.0-beta03"
|
||||
androidx-compose-ui-text = "androidx.compose.ui:ui-text:1.3.0-beta03"
|
||||
androidx-compose-ui-tooling = "androidx.compose.ui:ui-tooling:1.3.0-beta03"
|
||||
androidx-compose-ui-tooling-preview = "androidx.compose.ui:ui-tooling-preview:1.3.0-beta03"
|
||||
androidx-core-splashscreen = "androidx.core:core-splashscreen:1.0.0"
|
||||
androidx-hilt-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "hilt" }
|
||||
androidx-hilt-work = { module = "androidx.hilt:hilt-work", version.ref = "hilt" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue