Files
kotlin-fork/kotlin-native/shared
Nikita Bobko ae661dd11b Fix :kotlin-native:backend.native compilation on CI
This commit fixes:
```
./gradlew :kotlin-native:backend.native:compileCompilerKotlin -PdeployVersion=1.9.0-dev-900
```

`-PdeployVersion=1.9.0-dev-900` is important for reproducibility (it's
not necessarily `1.9.0-dev-900` any version starting with `1.9.0-dev`
will reproduce the problem)
2023-02-02 10:56:20 +01:00
..