Hello!
Looking to add iOS target for kotlin-result lib:
https://github.com/michaelbull/kotlin-result/pull/23
Main issue up to now is not having a macOS machine to compile and publish with.
Someone just pointed out that we could use a free github actions macos env, however if we need to install full xcode that will break the free storage limit. If we could just install the xcode cli tools, seems we would be ok.
So when I originally went to add this I definitely read some doc that I believe mentioned needing full xcode installed (it used to mention something about it here:
https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#using-kotlinnative-targets but that page is now gone).
Can anyone here confirm if xcode cli tools installed is enough to build iOS targets for multiplatform library?