forked from keygenqt/kmm-GitHubViewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
49 lines (41 loc) · 1.24 KB
/
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
40
41
42
43
44
45
46
47
48
49
#Gradle
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
#Kotlin
kotlin.code.style=official
#Android
android.useAndroidX=true
android.nonTransitiveRClass=true
#MPP
kotlin.mpp.enableCInteropCommonization=true
#KMM
kotlin.native.binary.objcExportSuspendFunctionLaunchThreadRestriction=none
#############
## Versions
# https://kotlinlang.org/docs/releases.html#release-details
kotlinVersion=1.7.20
# https://developer.android.com/jetpack/androidx/releases/compose-compiler
composeCompilerVersion=1.3.2
# https://mvnrepository.com/artifact/com.google.dagger/hilt-core
hiltVersion=2.44
# https://developer.android.com/studio/releases/gradle-plugin
gradleVersion=7.3.1
# https://github.com/diffplug/spotless/tags
spotlessVersion=6.11.0
# https://github.com/Kotlin/dokka/tags
dokkaVersions=1.5.30
# https://firebase.google.com/support/release-notes/android
crashlyticsPluginVersion=2.9.2
# https://kotlinlang.org/docs/multiplatform.html
multiplatformVersion=1.7.10
# https://github.com/yshrsmz/BuildKonfig
buildkonfigVersion=0.13.3
#############
## Build versions
compileSdk=33
targetSdk=33
minSdk=26
#############
## App settings
dynamicLinksHost=kmm.keygenqt.com
# Include internal libraries
internalLibrariesEnable=false