larc r27

7 lines ยท 396 B Raw
1 # Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
2 kotlin.stdlib.default.dependency=false
3 # Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
4 org.gradle.configuration-cache=true
5 # Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
6 org.gradle.caching=true
7