mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
chore(gradle): sort dependencies
This commit is contained in:
parent
5e27937358
commit
6b1c53c31a
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,6 @@ dependencies {
|
|||
api(projects.database)
|
||||
api(projects.model)
|
||||
|
||||
compileOnly(libs.androidx.compose.ui.tooling.preview)
|
||||
|
||||
implementation(platform(libs.androidx.compose.bom))
|
||||
implementation(libs.androidx.browser)
|
||||
implementation(libs.androidx.compose.animation)
|
||||
|
@ -51,5 +49,7 @@ dependencies {
|
|||
implementation(libs.kotlinx.coroutines.core)
|
||||
implementation(libs.napier)
|
||||
|
||||
compileOnly(libs.androidx.compose.ui.tooling.preview)
|
||||
|
||||
runtimeOnly(libs.androidx.compose.ui.tooling)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue