Skip to content

Commit 5616b1e

Browse files
committed
navigation-testing. Fix Unused Kotlin Source Sets
``` w: Unused Kotlin Source Sets The following Kotlin source sets were configured but not added to any Kotlin compilation: * jvmStubsMain * linuxx64StubsMain ```
1 parent fd14839 commit 5616b1e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

navigation/navigation-testing/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ androidXMultiplatform {
6464
}
6565

6666
nonAndroidMain.dependsOn(commonMain)
67-
jvmStubsMain.dependsOn(nonAndroidMain)
68-
linuxx64StubsMain.dependsOn(nonAndroidMain)
6967

7068
commonTest.dependencies {
7169
implementation(libs.kotlinTest)

0 commit comments

Comments
 (0)