forked from Minxyzgo/RWPP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
39 lines (32 loc) · 904 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
36
37
38
39
#
# Copyright 2023-2025 RWPP contributors
# Use of this source code is governed by the GNU AGPLv3 license that can be found through the following link.
# https://github.com/Minxyzgo/RWPP/blob/main/LICENSE
#
#Gradle
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
#Kotlin
kotlin.code.style=official
#MPP
kotlin.mpp.stability.nowarn=true
kotlin.mpp.enableCInteropCommonization=true
kotlin.mpp.androidSourceSetLayoutVersion=2
#kotlin.mpp.hierarchicalStructureSupport=false
#Compose
org.jetbrains.compose.experimental.uikit.enabled=true
kotlin.native.cacheKind=none
#Android
android.useAndroidX=true
android.compileSdk=35
android.targetSdk=35
android.minSdk=26
#Versions
kotlin.version=2.1.0
ksp.version=2.1.0-1.0.29
agp.version=8.1.0
koin.version=4.0.1
koin.annotations.version=1.4.0
compose.version=1.7.3
buildconfig.version=5.5.0
markdown.version=0.29.0
#ksp.incremental=false