saschpe / Kase64

Base64 encoder/decoder for Kotlin/Multiplatform. Supports Android, iOS, JavaScript and plain JVM environments.
Apache License 2.0
30 stars 4 forks source link

K/M: Enable tvOS and watchOS targets #12

Closed saschpe closed 1 year ago

INT3NSE07 commented 1 year ago

@saschpe Is it possible to also enable the macosX64 target?

saschpe commented 1 year ago

@saschpe Is it possible to also enable the macosX64 target?

Sure. The tvOS and watchOS targets are stuck ATM because of the older Xcode version available on GitHub Actions. I'll do another pull request for macOS though.