Files
compose-multiplatform/tutorials/checker/gradle.properties
Oleksandr Karpovich 599ffdce58 Update tutorials check task to support individual targets checks (#831)
`./gradlew check -PCHECK_TARGET=all` - `all` is the default, so can be omitted
`./gradlew check -PCHECK_TARGET=desktop`
`./gradlew check -PCHECK_TARGET=web`

Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2021-06-29 16:46:41 +02:00

6 lines
167 B
Properties

kotlin.code.style=official
# Helps running check only for specified target (or all of them)
# Available values (case insensitive): web, desktop, all
CHECK_TARGET=ALL