mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 11:47:04 +05:30
all: disable Paparazzi tests and fix lint issues
This commit is contained in:
parent
c235d4feb2
commit
bf94d1fbe5
6 changed files with 49 additions and 50 deletions
|
@ -8,9 +8,10 @@ plugins {
|
|||
id("dev.msfjarvis.claw.kotlin-common")
|
||||
id("dev.msfjarvis.claw.android-library")
|
||||
alias(libs.plugins.aurora.svg.transcoder)
|
||||
alias(libs.plugins.paparazzi)
|
||||
}
|
||||
|
||||
androidComponents { beforeVariants { it.enableUnitTest = false } }
|
||||
|
||||
val transcodeTask =
|
||||
tasks.register<TranscodeTask>("transcodeSvgs") {
|
||||
inputDirectory = file("svgs")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue