-
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathgradle.properties
More file actions
27 lines (27 loc) · 1.04 KB
/
Copy pathgradle.properties
File metadata and controls
27 lines (27 loc) · 1.04 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
#
# Copyright 2026 Proify, Tomakino
# Licensed under the Apache License, Version 2.0
# http://www.apache.org/licenses/LICENSE-2.0
#
org.gradle.jvmargs=-Xmx8g -XX:MaxMetaspaceSize=2g -XX:+CMSClassUnloadingEnabled -Dfile.encoding=UTF-8 -XX:+UseG1GC -XX:MaxGCPauseMillis=200
# ==============================================
# 2. Gradle Core Optimization
# ==============================================
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.daemon=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.problems=warn
# ==============================================
# 3. Kotlin Compilation Optimization
# ==============================================
kotlin.incremental=true
kotlin.caching.enabled=true
kotlin.compiler.execution.strategy=in-process
# ==============================================
# 4. Android Project Core Optimization
# ==============================================
android.nonTransitiveRClass=true
android.useAndroidX=true
android.enableIncrementalAnnotationProcessing=true
android.enableR8Incremental=true