File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,13 +7,6 @@ plugins {
77 alias(libs.plugins.compose.compiler)
88}
99
10- // Force consistent Skiko version to resolve native library conflicts
11- configurations.all {
12- resolutionStrategy {
13- force(" org.jetbrains.skiko:skiko-awt-runtime-macos-arm64:0.9.4.2" )
14- }
15- }
16-
1710group = " com.linuxcommandlibrary"
1811version = libs.versions.appVersion.get()
1912
Original file line number Diff line number Diff line change @@ -3,4 +3,14 @@ android.useAndroidX=true
33org.gradle.jvmargs =-Xmx4608m
44kotlin.mpp.androidSourceSetLayoutVersion =2
55android.nonTransitiveRClass =false
6- android.nonFinalResIds =false
6+ android.nonFinalResIds =false
7+ android.defaults.buildfeatures.resvalues =true
8+ android.sdk.defaultTargetSdkToCompileSdkIfUnset =false
9+ android.enableAppCompileTimeRClass =false
10+ android.usesSdkInManifest.disallowed =false
11+ android.uniquePackageNames =false
12+ android.dependency.useConstraints =true
13+ android.r8.strictFullModeForKeepRules =false
14+ android.r8.optimizedResourceShrinking =false
15+ android.builtInKotlin =false
16+ android.newDsl =false
Original file line number Diff line number Diff line change 11[versions ]
2- agp = " 8.13.2 "
2+ agp = " 9.0.0 "
33appVersion = " 3.5.9"
44androidVersionCode = " 134"
5- kotlin = " 2.3.0 "
6- composeMultiplatform = " 1.10.0 "
5+ kotlin = " 2.3.10 "
6+ composeMultiplatform = " 1.10.1 "
77accompanistAppcompatTheme = " 0.36.0"
88activityCompose = " 1.12.3"
99json = " 20251224"
@@ -12,7 +12,7 @@ kotlinxCoroutinesCore = "1.10.2"
1212kotlinxHtmlJvm = " 0.12.0"
1313kotlinxSerializationCore = " 1.10.0"
1414material = " 1.10.2"
15- navigationCompose = " 2.9.1 "
15+ navigationCompose = " 2.9.2 "
1616preference = " 1.2.1"
1717uiToolingPreview = " 1.10.2"
1818spotless = " 8.2.1"
You can’t perform that action at this time.
0 commit comments