-
Notifications
You must be signed in to change notification settings - Fork 3
/
gradle.properties
50 lines (38 loc) · 1.4 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
50
#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
#Compose
org.jetbrains.compose.experimental.uikit.enabled=true
kotlin.native.cacheKind=none
#Android
android.useAndroidX=true
android.compileSdk=34
android.targetSdk=34
android.minSdk=24
#Versions
# KMP is not compatible with AGP 8.3 yet.
agp.version=8.2.2
kotlin.version=2.1.0
compose.version=1.7.1
skiko.version=0.8.18
androidx.activity.compose=1.8.2
letsPlot.version=4.5.2
letsPlotKotlin.version=4.9.3
nexusStaging.version=0.30.0
nexusPublish.version=1.3.0
kotlinLogging.version=2.0.5
assertj.version=3.12.2
#------- SKIKO -------
# skiko v0.7.93 and higher doens't work on Android:
# java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__aarch64_ldadd4_relax" referenced by ".../lib/arm64-v8a/libskiko-android-arm64.so"
# or
# java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_ZN4sksg4NodeD2Ev" referenced by ".../lib/x86_64/libskiko-android-x64.so"
# see https://github.com/JetBrains/skiko/issues/761
# Skiko version should be compatible with Compose version
# Check skiko in the Compose version here (change the version in the URL if needed):
# https://repo1.maven.org/maven2/org/jetbrains/compose/ui/ui-desktop/1.6.10/ui-desktop-1.6.10.pom