flowkey / UIKit-cross-platform

Cross-platform Swift implementation of UIKit, mostly for Android
MIT License
598 stars 40 forks source link

Update android toolchain to Swift 5.7 #375

Closed ephemer closed 1 year ago

ephemer commented 1 year ago

Type of change: DX improvement, bugfix (fixes async/await)

Motivation (current vs expected behavior)

Updates from Swift 5.5 to 5.7, using Buttaface's SDKs and flowkey's swift-android-toolchain glue code to build.

This update allows us to use async/await and unblocks work to eventually remove libDispatch and Foundation

Please check if the PR fulfills these requirements