Hi all, from the SKI <documentation> it said that ...
# touchlab-tools
r
Hi all, from the SKI documentation it said that
SKIE is currently compatible with Swift 5.8 (Xcode 14.3) and newer.
Is there any known issue if we're using lower swift version, let's say Swift 5.0?
f
Hi! I don’t know for sure, we don’t test older Swift versions so we don’t have a list of things that work and don’t work. Coroutines interop will not work for sure because Swift at that point didn’t support async. As for the rest, you will have to try that in your project. Either the generated code compiles or it doesn’t. After that you can disable the features that do not work.
👍 1