forked from FIRST-Tech-Challenge/FtcRobotController
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
22 lines (17 loc) · 766 Bytes
/
gradle.properties
File metadata and controls
22 lines (17 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# AndroidX package structure to make it clearer which packages are bundled with the
# Android operating system, and which are packaged with your app's APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=false
# Allow Gradle to use up to ~~1~~ 2 GB of RAM
org.gradle.jvmargs=-Xmx2048M
#org.gradle.unsafe.configuration-cache=true
# New custom commands to maybe improve performance (Ik some of these are enabled by default but meh whatever):
org.gradle.caching=true
org.gradle.configureondemand=true
org.gradle.parallel=true
org.gradle.daemon=true
kotlin.incremental=true
ksp.incremental=true
ksp.incremental.intermodule=true