-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
35 lines (35 loc) · 934 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
32
33
34
35
#
# Copyright (c) Milan Jurkulák 2024.
# Contact:
# e: mimoccc@gmail.com
# e: mj@mjdev.org
# w: https://mjdev.org
#
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
org.gradle.unsafe.configuration-cache=false
#org.gradle.warning.mode=all
# test launcher api
gradle.testLauncherAPI.enabled=false
# kapt settings
kapt.use.worker.api=false
kapt.incremental.apt=false
kapt.include.compile.classpath=false
# ksp2 settings
ksp.useKSP2=true
systemProp.kct.test.useKsp2=true
# kotlin settings
kotlin.code.style=official
kotlin.incremental=false
kotlin.mpp.androidSourceSetLayoutVersion=2
kotlin.mpp.applyDefaultHierarchyTemplate=false
# android settings
android.useAndroidX=true
android.nonTransitiveRClass=true
android.suppressUnsupportedCompileSdk=34
android.nonFinalResIds=true
android.enableJetifier=true
android.jetifier.ignorelist=android-base-common,common
android.experimental.enableScreenshotTest=true
#
#createReports=true
#