-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgradle.properties
More file actions
25 lines (18 loc) · 640 Bytes
/
gradle.properties
File metadata and controls
25 lines (18 loc) · 640 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
kotlin.code.style=official
kotlin.mpp.stability.nowarn=true
# Enable Gradle Build Cache
org.gradle.caching=true
# Enable parallel execution
org.gradle.parallel=true
# Configure JVM
org.gradle.jvmargs=-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
# Kotlin compiler options
kotlin.incremental=true
kotlin.daemon.jvmargs=-Xmx2048m
# Application version
app.version=2.0.0
# Java toolchain configuration
org.gradle.java.installations.auto-detect=true
org.gradle.java.installations.auto-download=true
# Allow Homebrew JDK for Compose Desktop packaging (bypass vendor check)
compose.desktop.packaging.checkJdkVendor=false