Skip to content

Commit 395f3f7

Browse files
committed
Remove screenshot testing
1 parent 8f01edc commit 395f3f7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build-plugin/src/main/kotlin/com/android/developers/androidify/plugin/AndroidComposeLibraryPlugin.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,11 @@ class AndroidComposeLibraryPlugin : Plugin<Project> {
1111
with(project) {
1212
apply(plugin = "androidify.androidLibrary")
1313
apply(plugin = "org.jetbrains.kotlin.plugin.compose")
14-
apply(plugin = "com.android.compose.screenshot")
15-
1614
extensions.configure<LibraryExtension> {
1715
defaultConfig {
1816
testInstrumentationRunner = "com.android.developers.testing.AndroidifyTestRunner"
1917
}
2018
buildFeatures.compose = true
21-
experimentalProperties["android.experimental.enableScreenshotTest"] = true
2219
}
2320
}
2421
}

0 commit comments

Comments
 (0)