Apr 11, 2025 · Kevin Schildhorn Taking a Look at Storytale Storytale is a Gradle plugin that generates interactive component libraries for your UI. We'll go over how it works and how it can help your design system. Read (6 min) ->
Mar 11, 2025 · Gustavo Fão Valvassori Fastlane in Kotlin Multiplatform projects Fastlane is a great tool for automating your mobile app tasks. In this post, we will show how to use Fastlane in a Kotlin Multiplatform project. Read (6 min) ->
Feb 4, 2025 · Kevin Schildhorn KMMBridge 1.2.1 Released KMMBridge is a Gradle plugin that publishes Kotlin Multiplatform Xcode Framework dependencies for Swift Package Manager and CocoaPods. The 1.2.1 release fixes issues around publishing packages using CocoaPods. Read (2 min) ->
Jan 27, 2025 · Kevin Schildhorn How to create a Custom Artifact Manager for KMMBridge - Adding a Custom Artifact Manager KMMBridge allows you to publish artifacts to some of the most popular repositories online, but what if you want to publish somewhere else? This two part post will go through how to create a custom Artifact Manager for KMMBridge that will store artifacts in Google Cloud Storage Read (5 min) ->
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) ->
Dec 12, 2024 · Kevin Schildhorn Adaptive Layouts in Compose Multiplatform Adaptive Layouts is a way of adapting your UI to fit different display sizes on Android, and it's now available for Compose Multiplatform. Read (8 min) ->
Dec 5, 2024 · Kevin Galligan KMMBridge 1.1.0 Released KMMBridge is a Gradle plugin that publishes Kotlin Multiplatform Xcode Framework dependencies for Swift Package Manager and CocoaPods. The 1.1.0 release is a significant internal refactoring to support ongoing improvements and maintainability. Read (5 min) ->
Nov 22, 2024 · Kevin Schildhorn Kermit 2.0.5 updates OSLogWriter and adds file logging The 2.0.5 update for Kermit is out now and features various updates to OSLogWriter, as well as the ability to log to a file. Read (2 min) ->
Nov 6, 2024 · Gabriel Souza Mix Compose Multiplatform with native iOS UI using Compose Swift Bridge Compose Multiplatform has a critical unique feature. On iOS, you can mix Compose UI with native iOS UI. This is all enabled by the direct interop of Kotlin Multiplatform. That capability is amazing for mobile development. However, the actual process of wiring these two requires a fair bit of boilerplate. We've launch Compose Swift Bridge to automate that. Read (2 min) ->