-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgradle.properties
34 lines (30 loc) · 1.13 KB
/
gradle.properties
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
# The version of the project.
project.version=0.24.1
# The Android SDK version that is used to compile the project.
sdk.version.compile=34
# The minimum supported Android SDK version.
sdk.version.min=23
# The Android NDK version that is used to compile the project.
ndk.version=26.3.11579264
# The CMake version that is used to compile the project.
cmake.version=3.31.3
# Specifies the JVM arguments used for the daemon process.
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# Disables deprecation warnings.
org.gradle.warning.mode=none
# Hides the welcome message.
org.gradle.welcome=never
# Specifies the Kotlin code style for this project.
kotlin.code.style=official
# Enables the new Android multiplatform sourceset layout.
kotlin.mpp.androidSourceSetLayoutVersion=2
# Enable C interop sharing
kotlin.mpp.enableCInteropCommonization=true
# Disable default stdlib dependency
kotlin.stdlib.default.dependency=false
# Ignore disabled Kotlin/Native targets
kotlin.native.ignoreDisabledTargets=true
# Enables the AndroidX package structure.
android.useAndroidX=true
# Disables automatically downloading the Android SDK.
android.builder.sdkDownload=false