mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
`./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>
6 lines
167 B
Properties
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
|