# Project-wide Gradle settings. # IDE (e.g. IntelliJ or Android Studio) users: # Gradle settings configured through the IDE *will override* any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. org.gradle.jvmargs=-Xmx4g -Xms4g -Dfile.encoding=UTF-8 kotlin.daemon.jvmargs=-Xmx4g -Xms4g -Dfile.encoding=UTF-8 # Enable caching between builds. org.gradle.caching=true # Enable configuration caching between builds. org.gradle.configuration-cache=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official # Don't include the stdlib as a dependency by default kotlin.stdlib.default.dependency=false # Publish version # TODO(danysantiago): Find a configurable location for the publishing version. PUBLISH_VERSION=LOCAL-SNAPSHOT