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.
2 parents 866b9d9 + a2fb3c1 commit 15a438eCopy full SHA for 15a438e
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
15
strategy:
16
matrix:
17
- os: [ macos-14 ]
+ os: [ macos-latest ]
18
19
runs-on: ${{matrix.os}}
20
@@ -62,7 +62,7 @@ jobs:
62
63
build:
64
name: Build
65
- runs-on: macos-14
+ runs-on: macos-latest
66
steps:
67
- name: Checkout
68
uses: actions/checkout@v4
gradle.properties
@@ -26,6 +26,8 @@ android.useAndroidX=true
26
#
27
kotlin.mpp.stability.nowarn=true
28
kotlin.mpp.androidSourceSetLayoutVersion=2
29
+kotlin.native.ignoreDisabledTargets=true
30
+kotlin.native.enableKlibsCrossCompilation=true
31
kotlin.suppressGradlePluginWarnings=IncorrectCompileOnlyDependencyWarning
32
33
org.jetbrains.compose.experimental.wasm.enabled=true
0 commit comments