Kotlin Multiplatform Parameterized Tests and Grouping Using The Standard Kotlin Testing Framework Keeping Kotlin Multiplatform tests clean while using the standard kotlin.test framework
Kotlin Multiplatform In-Memory SQLDelight Database for Integration and UI Testing on iOS and Android Databases are an integral part of mobile application development, so it's important that these features are properly tested.
Refactoring an Android App to Kotlin Multiplatform Recently I reactivated my old project Timi [https://github.com/AKJAW/Timi-Multiplatform] which I used to learn Compose. This time my focus is on learning the iOS side of Kotlin
Testing on Kotlin Multiplatform Mobile and a Strategy to Speed Up Development Time Automated tests are an integral part of developing software, they help catch bugs before they reach the users and save developers time by cutting down manual testing.
Modularizing a Kotlin Multiplatform Mobile Project This article shows an example modularization strategy for Kotlin Multiplatform Mobile projects and touches on some issues related to modularization and the iOS platform.
Kotlin Multiplatform For Android and the Web - Part 5 The Summary The last part of the series contains code statistics, shows what problems I've encountered along the way and at the end I share my opinion on Kotlin Multiplatform
Kotlin Multiplatform For Android and the Web - Part 2 The shared module This part explains how Kotlin Multiplatform can share code between platforms. Additionally the architecture of the client platform (Web app and Android) is also shown.
Building a Kotlin Multiplatform Mobile Proof of Concept Conclusions This article contains information about our experiences with Kotlin Multiplatform, which hopefully might be useful for others.