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

Akshay Nandwana (@akshay81844)

구글의 'Applied CS Skills' 프로그램을 복원했으며, 이를 Compose Multiplatform(Android + iOS)로 재구성했다고 발표. DSA(자료구조·알고리즘)와 현대적 아키텍처를 한 프로젝트로 통합한 실습형 교육/데모 프로젝트라고 설명하며 쓰레드 예고.

https://x.com/akshay81844/status/2021500916944470358

#composemultiplatform #androiddev #google #mobile #crossplatform

Akshay Nandwana (@akshay81844) on X

I just revived Google’s “Applied CS Skills” program — but rebuilt it using Compose Multiplatform (Android + iOS). DSA + Modern Architecture in one project. Thread 👇 #androidDev #composeMultiplatform @googledevs @GDGIndia @GoogleDevExpert

X (formerly Twitter)

It seems #Lokksmith, my Kotlin Multiplatform OpenID Connect library for Android and iOS, is slowly gaining momentum. I had two new contributors in two days 🎉

https://github.com/svenjacobs/lokksmith

#Kotlin #KotlinMultiplatform #KMP #ComposeMultiplatform #Compose #JetpackCompose #Android #iOS #OIDC #OpenIDConnect

GitHub - svenjacobs/lokksmith: Kotlin Multiplatform OpenID Connect client for Android and iOS

Kotlin Multiplatform OpenID Connect client for Android and iOS - svenjacobs/lokksmith

GitHub

🚀 Compose Multiplatform 1.11.0-alpha02 is out!

✨ New ComposeUIView for iOS
🖥️ Desktop input, A11y & rendering improvements
🌐 WebElementView ➜ HtmlElementView
🧭 New iOS Navigation animations
❌ Apple x86_64 dropped

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

#Kotlin #ComposeMultiplatform

ChromaDial is a new #ComposeMultiplatform library that enables you to create beautiful Dials for your #JetpackCompose app
Its API is similar to the Slider, but instead works in degrees
Just pass in and set the degree state

#buildinpublic