mirror of
https://github.com/hexedtech/codemp-intellij.git
synced 2024-11-21 14:44:49 +01:00
8 lines
534 B
Properties
8 lines
534 B
Properties
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
|
|
kotlin.stdlib.default.dependency=false
|
|
# TODO temporary workaround for Kotlin 1.8.20+ (https://jb.gg/intellij-platform-kotlin-oom)
|
|
kotlin.incremental.useClasspathSnapshot=false
|
|
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
|
|
org.gradle.configuration-cache=true
|
|
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
|
|
org.gradle.caching=true
|