forked from vivid-money/elmslie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
47 lines (47 loc) · 1.81 KB
/
gradle.properties
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# ----- Gradle Options -----
#
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# https://docs.gradle.org/current/userguide/multi_project_builds.html#sec:parallel_execution
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
org.gradle.parallel=true
# https://docs.gradle.org/current/userguide/multi_project_builds.html#sec:configuration_on_demand
org.gradle.configureondemand=true
# https://docs.gradle.org/current/userguide/gradle_daemon.html
org.gradle.daemon=true
# https://docs.gradle.org/current/userguide/build_cache.html
org.gradle.caching=true
#
# ----- AndroidX -----
#
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
#
# ----- Kotlin & Kapt -----
#
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
# https://kotlinlang.org/docs/reference/kapt.html#incremental-annotation-processing-since-1330
kapt.incremental.apt=true
# https://kotlinlang.org/docs/reference/kapt.html?_ga=2.52861352.147014511.1570608228-996117368.1567680991#compile-avoidance-for-kapt-since-1320
kapt.include.compile.classpath=false
#
# ----- AGP 4.0 build features -----
#
# disable build config generation
android.defaults.buildfeatures.buildconfig=false
# disable compileAidl tasks
android.defaults.buildfeatures.aidl=false
# disable (package/compile)Rendescript tasks
android.defaults.buildfeatures.renderscript=false
# disable providing custom values to resources from buildscript
android.defaults.buildfeatures.resvalues=false
# disable compileShaders tasks
android.defaults.buildfeatures.shaders=false
#
# ----- Config -----
#
libraryVersion=2.1.1
pluginVersion=1.0.1
libraryGroup=vivid.money.elmslie