Jul 16, 2024 · Tadeas Kriz Xcode-Kotlin 2.0 Release Huge improvement to Kotlin Multiplatform debugging in Xcode. Read (4 min) ->
Jun 26, 2024 · Kevin Galligan GitPortal for KMP - Bidirectional - Intro For teams scaling KMP, versioned libraries are inefficient. Merging app code and KMP code into a single repo may be impractical, and introduces its own issues. GitPortal allows bidirectional, eventual code sharing. Read (3 min) ->
Jun 26, 2024 · Kevin Schildhorn Local or Remote? How you add your KMP framework matters Do you actually need to use SPM or Cocoapods to include KMP? You don't, and it might not be the right answer Read (6 min) ->
Jun 17, 2024 · Tadeas Kriz Gradle Properties Understanding how Gradle properties work can save you a lot of time debugging. This post explains how to set properties and what their priorities are. Read (5 min) ->
May 19, 2024 · Kevin Galligan GitPortal for KMP Tutorial - Part 1: Repo and CI Setup For teams piloting KMP, direct access to the Kotlin source is the best way to get started. Use GitPortal to link and sync KMP source from an external repo. In Part 1, we'll install GitPortal, set up the three source code repos, and configure CI to monitor everything. Read (4 min) ->
May 18, 2024 · Kevin Galligan Ideal iOS KMP Setup To maximize your iOS developer experience with KMP, you'll want to install the best tools available and configure them appropriately. There are many options available, but this is Touchlab's preferred iOS development setup. Read (6 min) ->
May 14, 2024 · Touchlab Google I/O 2024: Kotlin Multiplatform at Google Scale! Big News from Google I/O! Android is officially supporting Kotlin Multiplatform. The announcement includes a shout out to SKIE, first-class tooling and library support, and official recommendations for using KMP. Read (2 min) ->
May 2, 2024 · Tadeas Kriz Overriding Gradle Daemon jvmargs Giving Gradle more memory is a common practice, but it can lead to unexpected behavior. This post explains how to properly set org.gradle.jvmargs. Read (3 min) ->
Apr 25, 2024 · Gustavo Fão Valvassori Jetpack Compose for iOS: Interoping with native Components One of the best features of Compose is its interoperability. With Compose iOS, you can interop with both UIKit and Swift UI. Read (7 min) ->
Apr 19, 2024 · Kevin Schildhorn Beware of Build Time Bloat Slow Kotlin Multiplatform iOS build times? Many teams are building more architectures than needed or intended. Ensure you are not wasting build time Read (7 min) ->