flowkey / UIKit-cross-platform

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

Remove Foundation #376

Closed ephemer closed 1 year ago

ephemer commented 1 year ago

Type of change: DX, Perf, Bugfix

Motivation (current vs expected behavior)

Foundation is large and buggy on non-Darwin platforms. This PR follows on from #344 to continue removing the last dependencies we have on the library (and also on Dispatch wherever possible).

Please check if the PR fulfills these requirements