File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ gradleVersion = 8.7
2626# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
2727kotlin.stdlib.default.dependency = false
2828
29+ # Allocate up to 2GB of heap memory for the Kotlin compiler daemon
30+ kotlin.daemon.jvmargs =-Xmx2g
31+
2932# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
3033org.gradle.configuration-cache = true
3134
@@ -36,6 +39,3 @@ org.gradle.caching = true
3639
3740# Enable Gradle Kotlin DSL Lazy Property Assignment -> https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment
3841systemProp.org.gradle.unsafe.kotlin.assignment = true
39-
40- # Temporary workaround for Kotlin Compiler OutOfMemoryError -> https://jb.gg/intellij-platform-kotlin-oom
41- kotlin.incremental.useClasspathSnapshot = false
You can’t perform that action at this time.
0 commit comments