Skip to content

Commit 35d0442

Browse files
committed
build: Enable K/N cross-compilation
1 parent 20037f0 commit 35d0442

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ kotlin.mpp.enableCInteropCommonization=true
1717
# Native
1818
kotlin.native.ignoreDisabledTargets=true
1919
kotlin.native.useEmbeddableCompilerJar=true
20+
kotlin.native.enableKlibsCrossCompilation=true
2021
# Experimental
2122
org.jetbrains.compose.experimental.macos.enabled=true
2223
org.jetbrains.compose.experimental.jscanvas.enabled=true

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ android-minSdk = "26"
33
android-compileSdk = "36"
44
android-targetSdk = "36"
55

6-
android-gradle-plugin = "8.9.1"
6+
android-gradle-plugin = "8.9.2"
77
androidx-activity-compose = "1.10.0"
88
androidx-window = "1.3.0"
99
androidx-graphics-shapes = "1.0.0-alpha06"

0 commit comments

Comments
 (0)