Filip Dolník
Filip Dolník
It seems that I accidentally fixed the issue in 0.7.1, so please try updating to 0.7.1 or newer (the newest version is currently 0.8.1).
Fixed in [0.8.2](https://skie.touchlab.co/changelog/0.8.2).
Hi! In theory, this depends on whether you use coroutines interop or not. Without it, it might even work with Swift 4.0 (you can try that by completely turning off...
I added the minimum supported Swift version to the documentation.
Hello! Can you please send us the full warning message from Xcode? It may contain something that will help us fix the issue even without a reproducer. > My impression...
Fixed in [0.8.2](https://skie.touchlab.co/changelog/0.8.2), but you will need to add the following Gradle configuration: ```kotlin skie { build { produceDistributableFramework() } } ```