Compose Multiplatform Navigation && ViewModel, inspired by Jetpack Navigation, ViewModel and Lifecycle, PreCompose provides similar (or even the same) components for you but in Kotlin, and it's Kotlin Multiplat
Merge 2.8.0-beta05 and adopt changes to multiplatform (see 612689d) juliamcclellan and others added 30 commits June 27, 2024 15:17 Stop publishing docs for compose:ui:ui-android-stubs … 6f1a567 Merge "Stop publishing docs for compose:ui:ui-android-stubs" into and… … 357a95b ...
A Kotlin/Compose Multiplatform design system that allows you to easily create components and screens. Last Release on Jan 25, 2025 10. MSDK Common UI Module1 usages kz.jetpay » msdk-ui-commonMIT SDK for Android is a software development kit for fast integration payment solutions right i...
我正在使用 Compose Multiplatform 构建桌面应用程序,我需要导航。我按照 guides 并添加了 androidx.navigation:navigation-compose 版本 2.7.7 的依赖项。 // /gradle/libs.versions.toml [versions] compose = "1.6.2" compose-plugin = "1.6.0" junit = "4.13.2" kotlin = "1.9.22" kotlin-serialization-...
“Navigation Component for Compose”). So if any screen wants to navigate to another screen (which it does not know about) instead of injecting an interface we just have to pass a lambda to do so, since destinations in Compose are nothing but a function we can always add an argument to...
use Decompose in my app 😎. I’m sure there are things that I haven't thought about that could foil my plans — but this does seem to work and solve all the typical problems you would run into when trying to bring navigation logic over to the shared layer in Compose Multiplatform ...
Navigation is an important part of almost every application. There is an official (first-party)navigation libraryfor Jetpack Compose provided by Google. But it is only available on Android. Recently I published two articles that touch on the topic of navigation in Kotlin Multiplatform. The fir...
🔆 Compose Multiplatform Navigation library - 🌸 Pragmatic, type safety navigation for Compose Multiplatform. Based on Freeletics Khonshu Navigation. ♥️ ViewModel, SavedStateHandle, Lifecycle, Multi-Backstacks, Transitions, Back-press handling
Compose Multiplatform library to scope ViewModels to a Composable, surviving configuration changes and navigation - sebaslogen/resaca
pluginManagement { repositories { google() gradlePluginPortal() mavenCentral() maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") maven("https://repo.repsy.io/mvn/mallumo/public") } plugins { kotlin("multiplatform") version extra["version.kotlin"]asStringkotlin("jvm") version ...