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 ca48026 commit 56e5e77Copy full SHA for 56e5e77
.github/workflows/build.yml
@@ -120,7 +120,7 @@ jobs:
120
- name: windows-x64
121
os: windows-2025
122
- name: linux-x64
123
- os: ubuntu-24.04
+ os: ubuntu-22.04
124
125
name: Test Project / ${{ matrix.name }}
126
steps:
gradle.properties
@@ -1,5 +1,6 @@
1
kotlin.code.style=official
2
kotlin.native.ignoreDisabledTargets=true
3
+kotlin.native.cacheKind.linuxX64=none
4
kotlin.incremental.native=true
5
kotlin.mpp.enableCInteropCommonization=true
6
org.gradle.daemon=true
0 commit comments