diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index b728ae7..f49c6b7 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -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