Skip to content

Commit 5bed1a2

Browse files
committed
fix: disable compose UI tests
1 parent ec79775 commit 5bed1a2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

framework/compose/kodein-di-framework-compose/build.gradle.kts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ kotlin.kodein {
2323
api(projects.framework.compose.kodeinDiFrameworkComposeRuntime)
2424
}
2525

26-
common.testDependencies {
27-
@OptIn(ExperimentalComposeLibrary::class) implementation(kotlin.compose.uiTest)
28-
implementation(kotlin.compose.foundation)
29-
implementation(kotlin.compose.material3)
30-
implementation(kotlin.compose.ui)
31-
}
26+
// common.testDependencies {
27+
// @OptIn(ExperimentalComposeLibrary::class) implementation(kotlin.compose.uiTest)
28+
// implementation(kotlin.compose.foundation)
29+
// implementation(kotlin.compose.material3)
30+
// implementation(kotlin.compose.ui)
31+
// }
3232

3333
android {
34-
@OptIn(ExperimentalKotlinGradlePluginApi::class)
35-
target.instrumentedTestVariant.sourceSetTree.set(KotlinSourceSetTree.test)
34+
// @OptIn(ExperimentalKotlinGradlePluginApi::class)
35+
// target.instrumentedTestVariant.sourceSetTree.set(KotlinSourceSetTree.test)
3636

3737
sources.mainDependencies {
3838
api(projects.framework.android.kodeinDiFrameworkAndroidX)
@@ -47,10 +47,10 @@ kotlin.kodein {
4747
}
4848
}
4949

50-
dependencies {
51-
androidTestImplementation(libs.ui.test.junit4.android)
52-
debugImplementation(libs.ui.test.manifest)
53-
}
50+
//dependencies {
51+
// androidTestImplementation(libs.ui.test.junit4.android)
52+
// debugImplementation(libs.ui.test.manifest)
53+
//}
5454

5555
android {
5656
namespace = "org.kodein.di.compose"

0 commit comments

Comments
 (0)