mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
11 lines
525 B
Properties
11 lines
525 B
Properties
# Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
|
|
|
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
|
|
kotlin.stdlib.default.dependency = 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
|