####### Variables you can edit to change build config, or set same environment variables before script execution #######
SKIA_VERSION="${SKIA_VERSION:="m116-51072f3-1"}"# Version of Skia m###-commit-sha-#. This commit sha will be cloned from repository https://github.com/JetBrains/skia
SKIA_DEBUG_MODE="${SKIA_DEBUG_MODE:="false"}"# in debug mode Skiko will be published with postix "+debug", for example "0.0.0-SNAPSHOT+debug"
rm-rf build/classes/kotlin/*# We need to drop old cache. We can do it with ./gradlew clean as well, but it tooks longer time to redownload dependencies dir.