Compose Multiplatform 1.11.0 is out 🚀

• Native iOS text input
• Kotlin 2.2/2.3 alignment
• Better Web performance

⚠️ Shader API change

🔗 https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.11.0

#Kotlin #ComposeMultiplatform

Release 1.11.0 · JetBrains/compose-multiplatform

Changes since 1.10.3 Breaking Changes Multiple Platforms To decouple common Compose graphics APIs from direct Skia/Skiko types, non-Android Shader is now a dedicated Compose wrapper type. Since it...

GitHub

Since CocoaPods in going to be soon dismissed and will be read-only by the end of the year I tried to migrate some of my Compose Multiplatform projects to Swift Package Manager.

Here's "How I did it" 😜

https://xabaras.medium.com/how-i-switched-from-cocoapods-to-swift-package-manager-in-my-cmp-project-65f3c2a1816f?sk=d62121ccf9b521e9a18cb88bc61260a4

#ComposeMultiplatform #KotlinMultiplatform #SwiftPackageManager #iOSDev #AndroidDev #KMP

How I switched from CocoaPods to Swift Package Manager in my CMP project

Since CocoaPods is going to be soon dismissed and it’s becoming read only by the end of the year I tried to switch some of my Compose…

Medium

🚀 #ComposeMultiplatform 1.11.0-beta03 is out

✨ Drag-to-scroll in SelectionContainer
🐞 Better input + context menu stability
🍎 iOS fixes (safe areas, rotation, haptics)
💻 Web & Desktop improvements + Hot Reload update

🔗 https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.11.0-beta03

#Kotlin #AndroidDev #iOSDev

🚀 #ComposeMultiplatform 1.11.0-beta02 is out

🧪 New v2 UI Test APIs
🌐 Kotlin 2.3.20 required for JS/Wasm
🍎 Big iOS fixes (crashes, text input, accessibility)
🖥️ Desktop memory + perf improvements
🐞 Stability fixes across all targets
https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.11.0-beta02

#Kotlin #AndroidDev

Release 1.11.0-beta02 · JetBrains/compose-multiplatform

Changes since 1.11.0-beta01 Migration Notes Multiple Platforms runComposeUiTest, runSkikoComposeUiTest, runDesktopComposeUiTest are deprecated in favor v2 versions #2919 Web Kotlin 2.3.20 is req...

GitHub

✨ **Torvian Chatbot LIVE!** ✨

Our new open-source, **self-hostable**, multi-platform AI/LLM app from Torvian EU is here! Built with #Kotlin & #ComposeMultiplatform.

Get powerful AI for desktop, web, & mobile with:
* OpenAI & Ollama (local LLMs)
* User-approved #MCP tool-calling
* Functional Desktop client (WASM/Android in progress)

Explore the code, run your own instance!
👉 https://github.com/Torvian-eu/chatbot

#KMP #AI #LLM #Chatbot #OpenSource #TorvianEU #SelfHosted

Before publishing your Compose Multiplatform app to the Play Store, don't forget to add this and a proper proguard-rules․pro to your build.gradle.kts

#composeMultiplatform #kmp #proguard #googleplay

🚀Compose Multiplatform 1.11.0-alpha04 released

Highlights
• New Compose Shader wrapper
• Native iOS text input for BasicTextField
• Better Web pointer & touch handling
• Kotlin 2.3.10+ required for Wasm
https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.11.0-alpha04

#Kotlin #ComposeMultiplatform #KMP #AndroidDev

I’m speaking at @appdevcon next week about escaping the "Jetpack Jungle," but I couldn't wait to share the code.

Just published "Refuelling your Jetpack"—a guide to the modern "Golden Path" of Android development that now runs everywhere (Android, iOS, Desktop).

https://dev.to/tkuenneth/refuelling-your-jetpack-d8i

@thepracticaldev

#AndroidDev #KMP #ComposeMultiplatform #SpeakerLife

Refuelling your Jetpack

If you are an Android developer, you know Jetpack. It changed how we build Android apps. But that was...

DEV Community

📦 Compose Multiplatform 1.10.2 is out!

Highlights:
• Runtime/UI/Foundation → 1.10.4
• Lifecycle → 2.10.0-beta01
• Navigation → 2.9.2
• WindowManager → 1.5.1

🔗 https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.10.2

#Kotlin #ComposeMultiplatform #KMP #AndroidDev #JetpackCompose

Release 1.10.2 · JetBrains/compose-multiplatform

Changes since 1.10.1 No Compose Multiplatform specific changes Components Gradle plugin org.jetbrains.compose version 1.10.2 Libraries Library group Coordinates Based on Jetpack Runtime org....

GitHub

🚀 Compose Multiplatform 1.11.0-alpha03 is out.

Kotlin 2.3 required, iOS parallelRendering ON, Desktop exit API, and major web scrolling + accessibility fixes.

🔗 https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.11.0-alpha03

#ComposeMultiplatform #Kotlin #KMP

Release 1.11.0-alpha03 · JetBrains/compose-multiplatform

Changes since 1.11.0-alpha02 Migration Notes Multiple Platforms navigation-runtime, navigation-common no longer provide androidx.collection as an api transitive dependency. If your project doesn't...

GitHub