-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
55 lines (49 loc) · 1.77 KB
/
Copy pathgradle.properties
File metadata and controls
55 lines (49 loc) · 1.77 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
android.useAndroidX=true
kotlin.code.style=official
kotlin.js.ir.output.granularity=whole-program
kotlin.native.cocoapods.generate.wrapper=true
org.gradle.java.home=/Users/ovd/Library/Java/JavaVirtualMachines/corretto-21.0.8/Contents/Home
org.gradle.jvmargs=-Xmx16g -XX:MaxMetaspaceSize=2g -XX:+UseG1GC -Dkotlin.daemon.jvm.options\="-Xmx8g" -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant
#Compose
org.jetbrains.compose.experimental.uikit.enabled=true
#xcodeproj=iosApp
kotlin.mpp.androidSourceSetLayoutVersion1.nowarn=true
org.jetbrains.compose.experimental.jscanvas.enabled=true
kotlin.mpp.enableCInteropCommonization=true
#kotlin.native.cacheKind=none
agp.version=8.8.0
compose.version=1.11.0-alpha01
kotlin.version=2.3.0
ksp.version=2.3.4
ktor.version=3.1.0
ksp.useKSP2=true
sqldelightVersion=2.1.0
apolloKotlinVersion=4.4.3
# Build Performance Optimizations
org.gradle.parallel=true
org.gradle.workers.max=12
org.gradle.caching=true
#org.gradle.configureondemand=true
org.gradle.daemon=true
#org.gradle.configuration-cache=true
#org.gradle.configuration-cache.problems=fail
# Kotlin Optimizations
kotlin.incremental=true
kotlin.incremental.native=false
kotlin.incremental.multiplatform=true
kotlin.incremental.js=true
kotlin.incremental.js.ir=true
kotlin.build.report.output=file
# Native Optimizations
kotlin.native.ignoreDisabledTargets=true
kotlin.native.cacheKind.linuxX64=static
kotlin.native.cacheKind.macosX64=static
kotlin.native.cacheKind.macosArm64=static
kotlin.native.cacheKind.iosArm64=static
kotlin.native.cacheKind.iosX64=static
kotlin.native.cacheKind.iosSimulatorArm64=static
# Android Build Optimizations
android.enableJetifier=false
android.nonTransitiveRClass=true
android.nonFinalResIds=true
kotlin.suppressGradlePluginWarnings=NonKmpAgpIsDeprecated