We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f01edc commit 395f3f7Copy full SHA for 395f3f7
build-plugin/src/main/kotlin/com/android/developers/androidify/plugin/AndroidComposeLibraryPlugin.kt
@@ -11,14 +11,11 @@ class AndroidComposeLibraryPlugin : Plugin<Project> {
11
with(project) {
12
apply(plugin = "androidify.androidLibrary")
13
apply(plugin = "org.jetbrains.kotlin.plugin.compose")
14
- apply(plugin = "com.android.compose.screenshot")
15
-
16
extensions.configure<LibraryExtension> {
17
defaultConfig {
18
testInstrumentationRunner = "com.android.developers.testing.AndroidifyTestRunner"
19
}
20
buildFeatures.compose = true
21
- experimentalProperties["android.experimental.enableScreenshotTest"] = true
22
23
24
0 commit comments