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

Skip to content

Commit a2f1eb2

Browse files
committed
Move androidTest files to commonTest
1 parent 9b498e0 commit a2f1eb2

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-
androidTest {
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