mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
chore: sort dependencies with gradle-dependencies-sorter
This commit is contained in:
parent
1b17da668d
commit
72c1529bb9
5 changed files with 21 additions and 14 deletions
|
@ -29,9 +29,10 @@ sqldelight {
|
|||
|
||||
dependencies {
|
||||
implementation(libs.dagger)
|
||||
implementation(projects.core)
|
||||
implementation(libs.sqldelight.androidDriver)
|
||||
implementation(libs.sqldelight.primitiveAdapters)
|
||||
implementation(projects.core)
|
||||
|
||||
testImplementation(libs.kotest.assertions.core)
|
||||
testImplementation(libs.kotest.runner.junit5)
|
||||
testImplementation(libs.kotlinx.coroutines.core)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue