# Kotlin Multiplatform Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/kotlin-multiplatform
> Markdown URL: https://aitinkerers.org/technologies/kotlin-multiplatform.md
> Technology record last updated: 2026-05-06T11:11:05Z
> Generated: 2026-09-21T13:42:34Z

Kotlin Multiplatform is an SDK that allows developers to share business logic across Android, iOS, web, and desktop while maintaining native performance.

Developed by JetBrains, Kotlin Multiplatform (KMP) enables teams to write core logic once and deploy it everywhere. Unlike traditional cross platform frameworks that abstract away the hardware, KMP integrates directly with native APIs (like Swift on iOS or Java on Android) to ensure zero performance overhead. Industry leaders like Netflix, McDonald's, and Forbes use it to reduce code duplication by up to 80% without sacrificing the look and feel of a native application. By pairing KMP with Compose Multiplatform, developers can also share UI components across platforms using a single declarative codebase.

- Official technology site: https://kotlinlang.org/lp/multiplatform/
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Architecture testing for agents](https://wellington.aitinkerers.org/talks/rsvp_spGYYjCvPOs)

I built UKPT, a project template and harness for agentic development in Kotlin Multiplatform. This project uses architecture testing to create readable documentation and strict guardrails for AI agents. It is an extension on top of the Konsist architecture testing framework. I use this system to build multiple products in parallel: Reglyph, Leegaa, Groundtruth, WoolOnline, and Sensori.

- Event context: AI Tinkerers Wellington: Inaugural Meetup · 26 August 2026 — 2026-08-26 — Wellington
- Public talk page: https://wellington.aitinkerers.org/talks/rsvp_spGYYjCvPOs

## Related Technologies

- [Claude Code](https://aitinkerers.org/technologies/claude-code) ([Markdown](https://aitinkerers.org/technologies/claude-code.md)) — 215 public demos
- [Codex](https://aitinkerers.org/technologies/codex) ([Markdown](https://aitinkerers.org/technologies/codex.md)) — 44 public demos
- [Gradle](https://aitinkerers.org/technologies/gradle) ([Markdown](https://aitinkerers.org/technologies/gradle.md)) — 1 public demo
- [Konsist](https://aitinkerers.org/technologies/konsist) ([Markdown](https://aitinkerers.org/technologies/konsist.md)) — 1 public demo
