Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build improvements: Kotlin 1.9.20-RC, default target hierarchy, bump Okio #2473

Merged
merged 3 commits into from Oct 18, 2023

Conversation

sandwwraith
Copy link
Member

Updated to Kotlin 1.9.20-RC:

  • Kotlin 1.9.0/10 had some blockers in XCode 15 support.
  • Simplify WASM setup (it has been changed in 1.9.20).
  • Drop obsolete Native targets.

Apply default target hierarchy:

  • Greatly simplified buildscript for native targets.
  • Supported targets are now runnable from gutter in the IDE.
  • Now all possible targets are built by default (without -Pnative.deploy flag), resulting in less confusion for contributors and CI (but longer local check times).
  • Publishing library with K2 should be possible now, no more incorrect publishNativeKotlinMetadata failing task.
  • More targets available in integration-test project.

Updated Okio for:

  • linuxArm64 target support

…Okio

Updated to Kotlin 1.9.20-RC:
- Kotlin 1.9.0/10 had some blockers in XCode 15 support.
- Simplify WASM setup (it has been changed in 1.9.20).
- Drop obsolete Native targets.

Apply default target hierarchy:
- Greatly simplified buildscript for native targets.
- Supported targets are now runnable from gutter in the IDE.
- Now all possible targets are built by default (without -Pnative.deploy flag), resulting in less confusion for contributors and CI (but longer local `check` times).
- Publishing library with K2 should be possible now, no more incorrect `publishNativeKotlinMetadata` failing task.
- More targets available in integration-test project.

Updated Okio for:
- linuxArm64 target support
@qwwdfsad qwwdfsad removed their request for review October 18, 2023 13:00
@sandwwraith sandwwraith merged commit 6ac4902 into dev Oct 18, 2023
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants