blob: 0b62ad8992f431dc01a4c6caa9fcd00b2f4635dd [file] [log] [blame]
propertiesPluginEnvironmentNameProperty=platformVersion
# Supported platforms: 223, 231
platformVersion=231
# Supported IDEs: idea, clion
baseIDE=idea
patchVersion=191
buildNumber=SNAPSHOT
publishToken=token
publishChannel=dev
githubToken=token
showTestStatus=false
showStandardStreams=false
enableBuildSearchableOptions=false
compileNativeCode=true
org.gradle.jvmargs=-Xmx2g
# Enable Gradle Build Cache. It is also configured in settings.gradle.kts.
org.gradle.caching=true
systemProp.org.gradle.internal.repository.max.tentatives=10
systemProp.org.gradle.internal.http.connectionTimeout=120000
systemProp.org.gradle.internal.http.socketTimeout=120000
# Since kotlin 1.4, stdlib dependency is added by default by kotlin gradle plugin.
# But we don't need it because all necessary kotlin libraries are already bundled into IDE.
# See https://kotlinlang.org/docs/reference/using-gradle.html#dependency-on-the-standard-library for more details
kotlin.stdlib.default.dependency=false