-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
gradle.properties
34 lines (26 loc) · 1.34 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
org.gradle.jvmargs=-Xmx8192m -Dfile.encoding=UTF-8
# https://docs.gradle.org/current/userguide/performance.html#parallel_execution
org.gradle.parallel=true
# https://d.android.com/jetpack/androidx/migrate
android.useAndroidX=true
# If your project already has the enableJetifier flag and it's turned on, you can run
# Build Analyzer's Jetifier check to confirm if it's actually needed.
# https://d.android.com/jetpack/androidx/migrate#migrate_an_existing_project_using_android_studio
# https://d.android.com/build/optimize-your-build#disable-the-jetifier-flag
android.enableJetifier=false
# https://d.android.com/reference/tools/gradle-api/8.0/com/android/build/api/dsl/BuildFeatures#resValues()
# Flag to enable Resource Values generation.
# Default value is true.
android.defaults.buildFeatures.resValues=false
# https://d.android.com/reference/tools/gradle-api/8.0/com/android/build/api/dsl/BuildFeatures#shaders()
# Flag to enable Shader compilation.
# Default value is true.
android.defaults.buildFeatures.shaders=false
xcodeproj=./ios-app
# kmp
kotlin.mpp.androidGradlePluginCompatibility.nowarn=true
# Disabled due to https://youtrack.jetbrains.com/issue/KT-65761
kotlin.native.disableCompilerDaemon = true
org.jetbrains.compose.experimental.jscanvas.enabled=true
org.jetbrains.compose.experimental.wasm.enabled=true
kotlin.native.ignoreDisabledTargets=true