-
-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathgradle.properties
More file actions
30 lines (30 loc) · 1.08 KB
/
Copy pathgradle.properties
File metadata and controls
30 lines (30 loc) · 1.08 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
#################################################
### LIB ###
#################################################
libVersion=3.2.0
libGroup=com.github.alorma.compose-settings
#################################################
### Gradle ###
#################################################
kotlin.code.style=official
org.gradle.caching=true
org.gradle.configureondemand=false
org.gradle.parallel=true
org.gradle.vfs.watch=true
signing.gnupg.executable=gpg
#Gradle
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
#Compose
org.jetbrains.compose.experimental.uikit.enabled=true
#Android
android.useAndroidX=true
android.nonTransitiveRClass=true
#MPP
kotlin.mpp.androidSourceSetLayoutVersion=2
kotlin.mpp.enableCInteropCommonization=true
org.jetbrains.compose.experimental.jscanvas.enabled=true
#Development
development=true
android.experimental.enableScreenshotTest=false
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true