forked from DroidKaigi/conference-app-2024
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
31 lines (27 loc) · 926 Bytes
/
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
# gradle
org.gradle.jvmargs=-Xmx6048m -Dfile.encoding=UTF-8
org.gradle.configureondemand=true
org.gradle.caching=true
org.gradle.parallel=true
# configuration-cache
org.gradle.configuration-cache=true
org.gradle.configuration-cache.problems=fail
org.gradle.configuration-cache.max-problems=5
# android
android.useAndroidX=true
android.nonTransitiveRClass=true
# kotlin
kotlin.code.style=official
kotlin.native.binary.memoryModel=experimental
kotlin.native.ignoreDisabledTargets=true
kotlin.mpp.enableCInteropCommonization=true
kotlin.mpp.stability.nowarn=true
kotlin.mpp.androidSourceSetLayoutVersion=2
org.jetbrains.compose.experimental.uikit.enabled=true
kotlin.incremental.native=true
# kotlin debug
#kotlin.compiler.execution.strategy=in-process
# roborazzi
roborazzi.test.record=true
roborazzi.record.namingStrategy=testClassAndMethod
roborazzi.record.filePathStrategy=relativePathFromRoborazziContextOutputDirectory