Menu

Skip Fuse vs Lite

Skip Fuse uses the native Swift-on-Android toolchain to compile your Swift for Android, auto-generating JNI bridging code to communicate with Kotlin and Java.

Skip Lite transpiles1 your Swift source to Kotlin source, which is then compiled using the standard Kotlin compiler.

Except where otherwise noted, this documentation focuses on Skip Fuse. To learn more about Skip Lite and the tradeoffs between native and transpiled modes, read Native and Transpiled.

After the free evaluation period, you must purchase a Small Business or Professional license to use Skip Fuse. Indie licenses are limited to Skip Lite.

Status

Skip is stable and powers many production apps on the App Store and Play Store.

Skip Fuse is a recent advance in Skip’s capabilities. We appreciate your feedback to continue to improve its functionality and tooling.

Continue reading the Skip documentation to learn more. The best way to get help and connect with fellow Skip users is to join the community Slack. We also have forums for both general discussions and specific issues and bug reports.

  1. Transpilation is the process of converting one programming language into another.Â