Jan 17, 2025 · Tadeas Kriz The Power of SKIE Subplugins Generate Swift code for your Kotlin Multiplatform project using SKIE subplugins. Read (17 min) ->
Dec 13, 2024 · Kevin Galligan Debugging Kotlin in Xcode with SPM Builds Virtually all native mobile teams integrate Kotlin Multiplatform by publishing Xcode binaries, usually with SPM. This is generally easy to integrate, but prevented iOS developers from browsing or debugging Kotlin. Today we have fixed that situation. Read (4 min) ->
Oct 10, 2023 · Paul Hawke Sealed Generics and SKIE Sealed Classes and Generics are both very useful for Kotlin APIs, and very painful with KMP and Swift. One of SKIE's lesser known benefits is the restoration of using Sealed Classes with generics, along with proper type discovery in Xcode. Read (5 min) ->