-
-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathgradle.properties
More file actions
33 lines (24 loc) · 1023 Bytes
/
gradle.properties
File metadata and controls
33 lines (24 loc) · 1023 Bytes
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
#Gradle
org.gradle.jvmargs=-Xmx4048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx4048M" -XX:+UseSerialGC -Dkotlin.compiler.preciseCompilationResultsBackup=true
#Kotlin
kotlin.code.style=official
#Android
android.useAndroidX=true
android.nonTransitiveRClass=true
#MPP
kotlin.mpp.enableCInteropCommonization=true
kotlin.mpp.androidSourceSetLayoutVersion=2
org.jetbrains.compose.experimental.uikit.enabled=true
kotlin.native.cacheKind=none
android.ndkVersion=27.0.12077973
# 16KB Page Size Support, NDK r27: Enable flexible page size support for Android 15+ devices
android.native.buildOutput=verbose
android.native.useNativeCompilerSettingsCache=false
# FOR REPRODUCIBLE BUILDS
kotlin.native.binary.reproducible=true
kotlin.native.distribution.downloadFromMaven=true
# Compose compiler consistency
androidx.compose.compiler.reportsDestination=build/compose_reports
androidx.compose.compiler.metricsDestination=build/compose_metrics
# Source timestamp for reproducible builds
SOURCE_DATE_EPOCH=1640995200