Skip to content

Commit e667cd8

Browse files
committed
chore: fix build
1 parent 97684d8 commit e667cd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle.properties

+3-3
Original file line numberDiff line numberDiff 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
2727
kotlin.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
3033
org.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
3841
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

0 commit comments

Comments
 (0)