8000 Move `androidUnitTest` files to `commonTest` · androidx/androidx@8ce38e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ce38e6

Browse files
committed
Move androidUnitTest files to commonTest
1 parent 6c93a0c commit 8ce38e6

File tree

5 files changed

+924
-291
lines changed

5 files changed

+924
-291
lines changed

paging/paging-testing/build.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,12 @@ androidXMultiplatform {
5050
dependsOn(jvmMain)
5151
}
5252

53-
androidUnitTest {
53+
commonTest {
5454
dependencies {
55-
implementation(libs.junit)
55+
implementation(libs.kotlinTest)
5656
implementation(libs.kotlinCoroutinesTest)
57-
implementation((libs.kotlinCoroutinesAndroid))
5857
implementation(project(":internal-testutils-paging"))
59-
implementation(libs.kotlinTest)
60-
implementation(libs.truth)
58+
implementation(project(":kruth:kruth"))
6159
}
6260
}
6361

0 commit comments

Comments
 (0)
0