Understand Skip development modes: Lite vs Fuse
mainSkip supports two distinct development modes for targeting Android:
- Skip Lite: Transpiles your Swift source code to Kotlin. This mode maximizes interoperability with existing Kotlin and Java libraries and the Android ecosystem.
- Skip Fuse: Compiles your Swift natively for Android using the official Swift SDK for Android. This provides the full Swift language, standard library, and Foundation on both platforms, with bridging to call Kotlin and Java APIs.