File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ gradleVersion = 8.7
26
26
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
27
27
kotlin.stdlib.default.dependency = false
28
28
29
+ # Allocate up to 2GB of heap memory for the Kotlin compiler daemon
30
+ kotlin.daemon.jvmargs =-Xmx2g
31
+
29
32
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
30
33
org.gradle.configuration-cache = true
31
34
@@ -36,6 +39,3 @@ org.gradle.caching = true
36
39
37
40
# Enable Gradle Kotlin DSL Lazy Property Assignment -> https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment
38
41
systemProp.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