can I force kotlin native to use a slightly older ...
# kotlin-native
j
can I force kotlin native to use a slightly older version of xcode?
k
you can use xcode-select on your system to choose which will be the default xcode for command line tools (which kotlin uses)
j
Cool I'll give that a try, thanks!