diff --git a/gradle.properties b/gradle.properties index 6721b70..34842df 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,5 @@ kotlin.stdlib.default.dependency = false org.gradle.configuration-cache = true # Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html org.gradle.caching = true -# Enable Gradle Kotlin DSL Lazy Property Assignment -> https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment -systemProp.org.gradle.unsafe.kotlin.assignment = true # Temporary workaround for Kotlin Compiler OutOfMemoryError -> https://jb.gg/intellij-platform-kotlin-oom kotlin.incremental.useClasspathSnapshot = false \ No newline at end of file