-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more build targets for coroutines extensions
kotlinx-coroutines has since started publishing more native build targets since we first became multiplatform. This commit ensures we also build native targets for the platforms that were previously missing, namely: - androidNativeArm32 - androidNativeArm64 - androidNativeX64 - androidNativeX86 - linuxArm64 - wasmJs This ensures that we are now supporting all three tiers of Kotlin/Native target support. See: https://kotlinlang.org/docs/native-target-support.html
- Loading branch information
1 parent
a4fe9f6
commit da96cee
Showing
3 changed files
with
32 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters