logo
Simplify the development of cross-platform projects and reduce the time spent writing and maintaining the same code for different platforms.
Kotlin Multiplatform (KMP) is officially supported by Google for sharing business logic between Android and iOS. Kotlin Multiplatform is stable and production- ...
Create your first multiplatform project using the Kotlin Multiplatform wizard for Android, iOS, and Desktop, or use one of the pre-made templates.
Does anyone have experience in deeplinking with compose multiplatform? Right now i have app links and urlschemes setup for android and ios but I have no clue ...
3 days ago — With this tutorial, you can get a simple Kotlin Multiplatform app up and running. Set up the environment. Kotlin Multiplatform (KMP) projects ...
Kotlin multiplatform deep-link definition, parsing and creation library. Features: Create sealed deep-link hierarchy to exactly define each link once for ...
Opening URLs in Kotlin Multiplatform (KMP), especially on Compose Multiplatform (CMP); might seems straightforward, until it breaks on iOS ...
Jun 26, 2024 — There's a few ways you can add a KMP framework to your XCode project. You could use a dependency manager like SPM or CocoaPods or just directly embed it ...
RevenueCat provides a backend and a wrapper around StoreKit and Google Play Billing to make implementing in-app purchases and subscriptions easy.
Jan 11, 2025 — In today's tutorial, we will integrate multiple-style text and clickable text with a custom URL link and apply different text styles on the part of the text.
Sep 5, 2025 — In this video, I'll show you how you can set up your Kotlin Multiplatform (KMP) app to support deep links. You'll learn how you can achieve ...
Jul 25, 2025 — Add a KMP module; Link the shared module to the Android app; Verify code access to the shared module; Set up the shared module to the iOS app ...
May 20, 2025 — The KMP Shared Module Template allows developers to use a single codebase for business logic across Android and iOS, writing once and ...
A library for working with URIs and URLs in Kotlin Multiplatform. Download Most of this work is derived from AOSP's Uri.
Kotlin Multiplatform (KMP) allows you to write shared code that runs on multiple platforms, including Android and iOS. In this tutorial, we ...
Feb 23, 2025 — Everything to make your app icons on all platforms. In this series I will go through build and deployment of a simple property website in Kotlin multi-platform.
Integrating Location Services and Permissions in KMP (Kotlin Multiplatform). An update on my KMP News App, which I'm building as part of my ...
The integration into an iOS app itself is working fine, but the issue arises when trying to link the KMP framework inside another iOS framework.