Mar 22, 2024 · Kevin Schildhorn Android Jetpack ViewModel has KMP Support! This article discusses the newest version of the lifecycle-viewmodel artifact, part of the official Android Jetpack library, and how it adds support for KMP projects. Read (2 min) ->
Feb 1, 2024 · Jigar Brahmbhatt Kotlin 1.9.20: Streamlining Source Sets in Multiplatform Project Explore how Kotlin 1.9.20's new features significantly enhance the experience of setting up target source sets Read (5 min) ->
Dec 5, 2023 · Touchlab Engineering Webinar Recap: iOS Development with Kotlin Multiplatform - Tips, Tricks, and Team Triumphs! In this webinar, Touchlab's own Tadeas Kriz and JetBrains' Pamela Hill guided us through iOS development with Kotlin Multiplatform. They explored the current state of Swift/Kotlin interop and highlighted tools and resources that may make your journey easier. Read (5 min) ->
Nov 8, 2023 · Paul Hawke The many faces of Kermit Exploring how the flexible API of Kermit allows us to integrate with other platform logging frameworks. Read (4 min) ->
Nov 1, 2023 · Touchlab Engineering Kotlin Multiplatform is Stable After several years of hard work by the JetBrains team, Kotlin Multiplatform reaches stable with the 1.9.20 release. This is a critical milestone for the platform and ecosystem. Read (6 min) ->
Oct 26, 2023 · Touchlab Engineering Xcode Kotlin Plugin Fixed for Xcode 15! The Xcode Kotlin plugin from Touchlab allows you to browse and debug Kotlin code from within Xcode. Xcode 15 has a bug that would cause it to crash with any language support plugin. This new release provides a workaround. Read (3 min) ->
Oct 20, 2023 · Jigar Brahmbhatt Kermit Now Supports WASM KMP is getting real WASM support, and Touchlab has been diving in. This post will discuss Touchlab’s experience with WASM, WASM in Kermit, and show an example of using WASM in an existing codebase. Read (5 min) ->
Oct 18, 2023 · Jigar Brahmbhatt Logger.i() Not Your Style? Customize Kermit Logger! Discover the simplicity of custom logging with Kermit. This article shows you how to personalize Kermit Logger, making your Kotlin Multiplatform logging experience uniquely yours Read (2 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) ->
Oct 6, 2023 · Kevin Galligan Getting Started With KMMBridge - KMP Team Workflows with KMMBridge Team workflows with Kotlin Multiplatform vary in structure. KMMBridge is a tool that allows you to publish Xcode Framework binaries from Kotlin that can be distributed, for your team internally, or to outside developers. Read (4 min) ->