---
kind: trend
trend_doc_id: 32
granularity: day
period_start: '2026-04-20T00:00:00'
period_end: '2026-04-21T00:00:00'
topics:
- kotlin-multiplatform
- cross-platform-mobile
- shared-business-logic
- engineering-roi
run_id: materialize-outputs
aliases:
- recoleta-trend-32
tags:
- recoleta/trend
- topic/kotlin-multiplatform
- topic/cross-platform-mobile
- topic/shared-business-logic
- topic/engineering-roi
language_code: en
pass_output_id: 77
pass_kind: trend_synthesis
---

# Kotlin Multiplatform is being pitched as a fast-payback way to cut duplicate mobile work

## Overview
The period has one publishable item, and it is a concrete one: KMP is being sold on cost and delivery speed. The article argues that teams can share core mobile logic while keeping native UI, with case studies from Blackstone, Duolingo, Forbes, and Philips. The evidence is directional, not rigorous. It is useful for understanding the current adoption pitch around cross-platform engineering.

## Findings

### Shared logic with native UI
Kotlin Multiplatform (KMP) is framed as a business case, not a language pitch. The core claim is simple: keep native UI on each platform, but share business logic, data models, and calculations in one Kotlin codebase. In the cited examples, this reduces duplicate implementation work and keeps features aligned across iOS, Android, and sometimes web. The strongest recurring numbers are high logic-sharing rates, often around 80% to 95%.

#### Sources
- [Helping Decision-Makers Say Yes to Kotlin Multiplatform (KMP)](../Inbox/2026-04-20--helping-decision-makers-say-yes-to-kotlin-multiplatform-kmp.md): Summary states the shared-logic plus native-UI model and cites multiple case-study outcomes.

### Speed and payback claims
The article puts ROI front and center. It claims many teams see payback in 3 to 6 months, then supports that claim with project anecdotes. Blackstone is cited with a 50% increase in implementation speed within six months while sharing about 90% of business logic. Philips is cited as cutting cross-platform feature development time by about half. These are practical delivery metrics, but they come from vendor-linked case studies rather than a controlled comparative study.

#### Sources
- [Helping Decision-Makers Say Yes to Kotlin Multiplatform (KMP)](../Inbox/2026-04-20--helping-decision-makers-say-yes-to-kotlin-multiplatform-kmp.md): Summary reports the ROI window and notes the lack of study design or benchmark method.

### Reuse extends to web delivery
Several examples extend the KMP pitch beyond two mobile apps. Duolingo is the clearest case in the document: after an initial Android build, the same KMP codebase is used to deliver iOS and then web with much lower reported effort. Another cited case says an app was retargeted to the web in three weeks by calling already implemented and tested code from JavaScript. The practical message is that shared core logic can lower the cost of adding another client surface when product timing changes.

#### Sources
- [Helping Decision-Makers Say Yes to Kotlin Multiplatform (KMP)](../Inbox/2026-04-20--helping-decision-makers-say-yes-to-kotlin-multiplatform-kmp.md): Summary includes the Duolingo engineer-month comparison and the web reuse claim.
