types
types copied to clipboard
✨ Supporting more testable Kotlin Native targets
📝 Description
We want to support the following testable Kotlin Native targets: iosSimulatorArm64, iosX64, watchosSimulatorArm64, watchosX64, tvosSimulatorArm64, tvosX64.
See the targets supported by Kotlin Native for more details about it.
🔗 Dependencies
This issue is blocked by the following ones:
- [ ] #405
✅ Checklist
- [ ] ✨ Add the
iosSimulatorArm64target in our Multiplatform Gradle plugin, in the integration and the delivery workflows, add badge in README. - [ ] ✨ Add the
iosX64target in our Multiplatform Gradle plugin, in the integration and the delivery workflows, add badge in README. - [ ] ✨ Add the
watchosSimulatorArm64target in our Multiplatform Gradle plugin, in the integration and the delivery workflows, add badge in README. - [ ] ✨ Add the
watchosX64target in our Multiplatform Gradle plugin, in the integration and the delivery workflows, add badge in README. - [ ] ✨ Add the
tvosSimulatorArm64target in our Multiplatform Gradle plugin, in the integration and the delivery workflows, add badge in README. - [ ] ✨ Add the
tvosX64target in our Multiplatform Gradle plugin, in the integration and the delivery workflows, add badge in README. - [ ] 📝 Update the unreleased changelog for this issue.