mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
feat(build): add JUnit 5 and Truth deps
This commit is contained in:
parent
df423d28d6
commit
7c5a9eb683
1 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,7 @@ coil = "2.3.0"
|
|||
composeCompiler = "1.4.4"
|
||||
coroutines = "1.6.4"
|
||||
dagger = "2.46"
|
||||
junit = "5.9.3"
|
||||
kotest = "5.6.1"
|
||||
kotlin = "1.8.10"
|
||||
retrofit = "2.9.0"
|
||||
|
@ -65,10 +66,14 @@ eithernet = "com.slack.eithernet:eithernet:1.3.1"
|
|||
javapoet = "com.squareup:javapoet:1.13.0"
|
||||
javax-inject = "javax.inject:javax.inject:1"
|
||||
jsoup = "org.jsoup:jsoup:1.16.1"
|
||||
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
|
||||
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
|
||||
junit-legacy = "junit:junit:4.13.2"
|
||||
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
|
||||
kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
|
||||
kotlinx-collections-immutable = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.5"
|
||||
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
|
||||
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
|
||||
kotlinx-serialization-core = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", version.ref = "serialization" }
|
||||
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "serialization" }
|
||||
napier = "io.github.aakira:napier:2.6.1"
|
||||
|
@ -85,6 +90,7 @@ sqldelight-extensions-coroutines = { module = "app.cash.sqldelight:coroutines-ex
|
|||
sqldelight-jvmDriver = { module = "app.cash.sqldelight:sqlite-driver", version.ref = "sqldelight" }
|
||||
sqldelight-primitiveAdapters = { module = "app.cash.sqldelight:primitive-adapters", version.ref = "sqldelight" }
|
||||
testparameterinjector = "com.google.testparameterinjector:test-parameter-injector:1.11"
|
||||
truth = "com.google.truth:truth:1.1.3"
|
||||
whetstone = { module = "com.deliveryhero.whetstone:whetstone", version.ref = "whetstone" }
|
||||
|
||||
[plugins]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue