Skip to content

Commit

Permalink
Add junit-platform-launcher dependency as described in docs (#3671)
Browse files Browse the repository at this point in the history
  • Loading branch information
LZRS authored Jan 9, 2025
1 parent 0f1a333 commit 5a9353c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ junit = { group = "androidx.test.ext", name = "junit", version.ref = "junit" }
junit-jupiter-api = { group = "org.junit.jupiter", name = "junit-jupiter-api", version.ref = "junit-jupiter" }
junit-jupiter-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engine", version.ref = "junit-jupiter" }
junit-ktx = { group = "androidx.test.ext", name = "junit-ktx", version.ref = "junit-ktx" }
junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher"}
junit-vintage-engine = { group = "org.junit.vintage", name = "junit-vintage-engine", version.ref = "junit-jupiter" }
knowledge = { group = "org.smartregister", name = "knowledge", version.ref = "fhir-sdk-knowledge" }
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
Expand Down Expand Up @@ -222,7 +223,7 @@ compose = ["activity-compose","activity-ktx", "ui", "ui-tooling-preview", "const
compose-ui-test = ["ui-test-junit4","ui-test-manifest"]
coroutines = ["kotlinx-coroutines-core", "kotlinx-coroutines-android"]
datastore-kt = ["datastore-preferences", "datastore"]
junit-jupiter-runtime = ["junit-jupiter-engine","junit-vintage-engine"]
junit-jupiter-runtime = ["junit-platform-launcher", "junit-jupiter-engine","junit-vintage-engine"]
junit-test = ["junit-ktx", "junit"]
klint = ["ktlint-cli-ruleset", "ktlint-rule-engine-core"]
lifecycle = ["lifecycle-viewmodel-ktx", "lifecycle-viewmodel-compose", "lifecycle-livedata-ktx"]
Expand Down

0 comments on commit 5a9353c

Please sign in to comment.