Synchronize `gradle.properties` files

pull/363/head
Jakub Chrzanowski 1 year ago committed by Jakub Chrzanowski
parent 86b921946c
commit 4c449eb2f6

@ -22,9 +22,10 @@ platformPlugins =
gradleVersion = 8.0.2
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
# suppress inspection "UnusedProperty"
kotlin.stdlib.default.dependency = false
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
# suppress inspection "UnusedProperty"
org.gradle.unsafe.configuration-cache = true
# Temporary workaround for Kotlin Compiler OutOfMemoryError -> https://jb.gg/intellij-platform-kotlin-oom
kotlin.incremental.useClasspathSnapshot=false

Loading…
Cancel
Save