mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
refactor: drop screenshot tests
This breaks the Anvil Gradle Plugin See: https://github.com/ZacSweers/anvil/issues/89
This commit is contained in:
parent
82d8303bfe
commit
5599d6d70d
10 changed files with 0 additions and 78 deletions
|
@ -16,7 +16,6 @@ plugins {
|
|||
alias(libs.plugins.anvil)
|
||||
alias(libs.plugins.whetstone)
|
||||
alias(libs.plugins.kotlin.composeCompiler)
|
||||
alias(libs.plugins.screenshot)
|
||||
alias(libs.plugins.dependencyAnalysis)
|
||||
}
|
||||
|
||||
|
@ -26,7 +25,6 @@ android {
|
|||
compose = true
|
||||
}
|
||||
namespace = "dev.msfjarvis.claw.common"
|
||||
experimentalProperties["android.experimental.enableScreenshotTest"] = true
|
||||
}
|
||||
|
||||
androidComponents { beforeVariants { (it as HasUnitTestBuilder).enableUnitTest = false } }
|
||||
|
@ -69,8 +67,6 @@ dependencies {
|
|||
implementation(libs.kotlinResult.coroutines)
|
||||
implementation(libs.napier)
|
||||
|
||||
screenshotTestImplementation(libs.androidx.compose.ui.tooling)
|
||||
|
||||
compileOnly(libs.androidx.compose.ui.tooling.preview)
|
||||
|
||||
runtimeOnly(libs.androidx.compose.ui.tooling)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue