forked from square/dagger
-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathgradle.properties
More file actions
31 lines (24 loc) · 1.16 KB
/
gradle.properties
File metadata and controls
31 lines (24 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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
# Required by AGP for androidx dependency usages
android.useAndroidX=true
# Required to be disabled by KAPT since the option is deprecated
kapt.include.compile.classpath=false
# Publish version
# TODO(danysantiago): Find a configurable location for the publishing version.
PUBLISH_VERSION=LOCAL-SNAPSHOT