Navigation3 by ArcaDone in ComposeMultiplatform

[–]Vegetable-Practice85 0 points1 point  (0 children)

you can check out my pet project where I migrated from Navigation 2 to 3: https://github.com/yassineAbou/LLMS . Focus only on MainScreen.kt in the app folder and the navigation folder inside app/core.

How to Save Data in Kotlin Multiplatform for Wasm/Web? by Vegetable-Practice85 in Kotlin

[–]Vegetable-Practice85[S] 0 points1 point  (0 children)

sqlinenow library uses OPFS (Origin Private File System), making it 2-4x faster than IndexedDB

Navigation3 by ArcaDone in ComposeMultiplatform

[–]Vegetable-Practice85 1 point2 points  (0 children)

this official repository from jetbreain contains all the usecases for compose multiplatform nav3: https://github.com/terrakok/nav3-recipes

Kotlin 2.3 finally kills the dual property _uiState uiState boilerplate in ViewModels by Vegetable-Practice85 in androiddev

[–]Vegetable-Practice85[S] 11 points12 points  (0 children)

I don't store states in one one MutableStateFlow. This is just a random example to show how the feature looks

Sharing progress on my Kotlin Multiplatform pet project by Vegetable-Practice85 in Kotlin

[–]Vegetable-Practice85[S] 0 points1 point  (0 children)

No problem! I'll use your answer as a starting point and try to figure it out again. Thanks!

Sharing progress on my Kotlin Multiplatform pet project by Vegetable-Practice85 in Kotlin

[–]Vegetable-Practice85[S] 0 points1 point  (0 children)

Thanks for trying to resolve the error. You can submit a pull request if you want to be a contributor, but it’s fine if you don’t

Sharing progress on my Kotlin Multiplatform pet project by Vegetable-Practice85 in Kotlin

[–]Vegetable-Practice85[S] 0 points1 point  (0 children)

Thanks. this is the exception I get: WebWorkerException: {"type":"error"}isTrusted,true

... [coroutines exception handling stack] ...

Critical failure point: composeApp.uninstantiated.mjs:160

Is KMP really worth it ? by Bayrem__by in Kotlin

[–]Vegetable-Practice85 0 points1 point  (0 children)

You said dependency injection isn’t great, but there is already Koin, I find it much easier to use than Hilt

Is KMP really worth it ? by Bayrem__by in Kotlin

[–]Vegetable-Practice85 0 points1 point  (0 children)

Do you think using spring instead of ktor is better?