raheemadamboev /
moko-permissions-demo
A simple app that demonstrates using MOKO permissions library to handle permissions in Android and IOS via Kotlin Multiplatform
41/100 healthLoading repository data…
cl3m / repository
A demo to show usage of Jetbrains Compose in Android and iOS.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A demo to show usage of Jetbrains Compose in Android and iOS. Originally a Jetpack Compose implementation with native view and yoga for iOS.
Run the app to see a demo of compose on ios.

The image composable allow url loading
AsyncImage(url = "https://loremflickr.com/320/240/ocean", modifier = Modifier.size(200.dp))
SafeArea.current to get PaddingValues.
DarkMode.current to fix dark mode on iOS.
Compose function and CompositonLocal have to be internal and not exposed to iOS module.
Compose Multiplatform by JetBrains started native support via Skia (Skiko), you can have a look at the sample. Touchlab made a demo for Droidcon NYC App It will use the compose compiler but not native component.
Redwood Compose by Cash App. Native UI with multiplatform Compose. Use the compose compiler and native iOS component.
Platform-Kit by IceRock based on Compose Multiplatform by JetBrains, add support via UIKit, thus use the compose compiler and native iOS component.
multiplatform-compose This original repo, an experiment with native view and yoga for layout. You can also have a look at kmp-redux that show Compose integration with SwiftUI.
Copyright 2021 Clément Beffa
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Selected from shared topics, language and repository description—not editorial ratings.
raheemadamboev /
A simple app that demonstrates using MOKO permissions library to handle permissions in Android and IOS via Kotlin Multiplatform
41/100 healthDavidBertsan /
KMP mobile app built during an internship to manage hosting services, domains, DNS records and servers through a custom REST API. Features JWT auth with token refresh and demo mode with mock data.
53/100 health