We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20037f0 commit 35d0442Copy full SHA for 35d0442
gradle.properties
@@ -17,6 +17,7 @@ kotlin.mpp.enableCInteropCommonization=true
17
# Native
18
kotlin.native.ignoreDisabledTargets=true
19
kotlin.native.useEmbeddableCompilerJar=true
20
+kotlin.native.enableKlibsCrossCompilation=true
21
# Experimental
22
org.jetbrains.compose.experimental.macos.enabled=true
23
org.jetbrains.compose.experimental.jscanvas.enabled=true
gradle/libs.versions.toml
@@ -3,7 +3,7 @@ android-minSdk = "26"
3
android-compileSdk = "36"
4
android-targetSdk = "36"
5
6
-android-gradle-plugin = "8.9.1"
+android-gradle-plugin = "8.9.2"
7
androidx-activity-compose = "1.10.0"
8
androidx-window = "1.3.0"
9
androidx-graphics-shapes = "1.0.0-alpha06"
0 commit comments