MultiplatformPlayground icon indicating copy to clipboard operation
MultiplatformPlayground copied to clipboard

Kotlin Multiplatform project in Jetpack Compose & SwiftUI with shared ViewModel layer and File upload

Results 10 MultiplatformPlayground issues
Sort by recently updated
recently updated
newest added

Image upload on apple targets is broken: - Works fine on Android - on iOS & macOS no logs, infinite loading

bug

We should revisit our flow collection logic on UI and make sure it follows: https://medium.com/androiddevelopers/a-safer-way-to-collect-flows-from-android-uis-23080b1f8bda

https://github.com/detekt/detekt/pull/3453#pullrequestreview-586175903

https://github.com/FutureMind/kmm-ios-suspendwrapper

enhancement

The current scoping & viewmodel providing should be replaced with injection by koin.

platform:android

We should have the following stages: **Common (build & lint) -> than platform specific jobs (android, iOS, macOS, etc...)** Note: The platform specific jobs shouldn't depend on each others, just...

enhancement

With JB Compose it should be relatively easy to migrate the current Android application to Desktop Apps. Dependencies: - [moko-resources](https://github.com/icerockdev/moko-resources) needs to target JVM - [ #151](https://github.com/icerockdev/moko-resources/issues/151) Steps: 1. Add...

enhancement

The Kotlin team is now changing its approach to the Multiplatform mobile samples. The number of great projects is growing, and we can't keep adding them to the already huge...