-
-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathgradle.properties
More file actions
31 lines (25 loc) · 713 Bytes
/
gradle.properties
File metadata and controls
31 lines (25 loc) · 713 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
# Gradle
org.gradle.jvmargs=-Xmx12G -XX:MaxMetaspaceSize=1G -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configureondemand=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.parallel=true
# Kotlin
kotlin.code.style=official
kotlin.daemon.jvmargs=-Xmx3G
# Compose
org.jetbrains.compose.experimental.macos.enabled=true
# Android
android.useAndroidX=true
android.enableBuildConfigAsBytecode=true
android.r8.maxWorkers=4
android.injected.androidTest.leaveApksInstalledAfterRun=true
# Native
kotlin.native.binary.smallBinary=true
# Xcode
xcodeproj=./platform/ios/PodAura.xcodeproj
# Version
versionName=3.3-alpha23
versionCode=30
versionForDesktop=1.0.0