https://android-developers.googleblog.com/2026/07/how-r8-made-kotlin-coroutines-2x-faster.html
AI development with klibs.io
Your AI agents can now search 4,100+ Kotlin Multiplatform projects. Connect them to klibs.io via MCP or by using a dedicated skill: klibs.io/ai
https://twitter.com/kotlin/status/2082099764569522269
Use AI tools and agents to discover, integrate, and maintain Kotlin Multiplatform libraries.
Visa Vulnerability Agentic Harness
Компания Visa выложила в интернет свой код для автономного обнаружения, устранения и проверки уязвимостей с использованием ИИ. Поддерживаются закрытые модели, api и локальные нейросети.
architecture: clean or
https://twitter.com/JorgeCastilloPr/status/2081002134309405089
This effect is really common in software. The Android dev community spent 10+ years doing something called “Clean Architecture”, just to end up realizing that most of it was not needed 🤷♂️
Folks would create 5+ layers of code that couldn’t touch each other for some reason, so they’d throw an interface between every pair of them, then force mapping pojos from one layer to another. All that just to build a simple app.
This effect is very hard to escape. The way it happens is:
KMP UI
🔗 Can you share UIs with Kotlin Multiplatform?
Yes, you can. Teams can share business logic with Kotlin Multiplatform and UIs with Compose Multiplatform across Android, iOS, desktop, and web where needed.
See how UI sharing works in the FAQ 👇
https://kotlinlang.org/docs/multiplatform/faq.html?#compose-multiplatform