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