mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
fix: sort dependencies
This commit is contained in:
parent
069c5a4389
commit
9c86a9124d
4 changed files with 15 additions and 13 deletions
|
@ -34,12 +34,13 @@ dependencies {
|
|||
implementation(projects.core)
|
||||
|
||||
testImplementation(libs.junit.jupiter.api)
|
||||
testImplementation(libs.kotlinx.coroutines.core)
|
||||
testImplementation(libs.sqldelight.jvmDriver)
|
||||
testImplementation(libs.truth) { exclude(group = "junit", module = "junit") }
|
||||
|
||||
testRuntimeOnly(libs.junit.jupiter.engine)
|
||||
testRuntimeOnly(libs.junit.legacy) {
|
||||
// See https://github.com/google/truth/issues/333
|
||||
because("Truth needs it")
|
||||
}
|
||||
testImplementation(libs.kotlinx.coroutines.core)
|
||||
testImplementation(libs.sqldelight.jvmDriver)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue