-
-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathgradle.properties
More file actions
25 lines (20 loc) · 762 Bytes
/
gradle.properties
File metadata and controls
25 lines (20 loc) · 762 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
appVersionCode=1
appVersionName=1.0
releaseBuild=false
kotlin.code.style=official
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
android.useAndroidX=true
android.enableJetifier=false
kotlin.mpp.enableCInteropCommonization=true
kotlin.mpp.stability.nowarn=true
kotlin.mpp.androidSourceSetLayoutVersion=2
xcodeproj=iosApp/iosApp.xcworkspace
# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
# Speed up the build
org.gradle.caching=true
org.gradle.parallel=true
android.nonFinalResIds=false
// TODO: Add configuration cache