File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed
Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 1- This is a Kotlin Multiplatform project targeting Android, iOS.
1+ # kmp-sharing-native-ui-component
22
3- * ` /composeApp ` is for code that will be shared across your Compose Multiplatform applications.
4- It contains several subfolders:
5- - ` commonMain ` is for code that’s common for all targets.
6- - Other folders are for Kotlin code that will be compiled for only the platform indicated in the folder name.
7- For example, if you want to use Apple’s CoreCrypto for the iOS part of your Kotlin app,
8- ` iosMain ` would be the right folder for such calls.
3+ <p align =" center " >
4+ <img width =" 296 " height =" 600 " src =" https://github.com/raheemadamboev/kmp-sharing-native-ui-component/blob/main/extra/banner_android.gif " />
5+ <img width =" 296 " height =" 600 " src =" https://github.com/raheemadamboev/kmp-sharing-native-ui-component/blob/main/extra/banner_ios.gif " />
6+ </p >
97
10- * ` /iosApp ` contains iOS applications. Even if you’re sharing your UI with Compose Multiplatform,
11- you need this entry point for your iOS app. This is also where you should add SwiftUI code for your project.
8+ A simple app that demonstrates sharing native UI component in Kotlin Multiplatfrom project.
129
13-
14- Learn more about [ Kotlin Multiplatform] ( https://www.jetbrains.com/help/kotlin-multiplatform-dev/get-started.html ) …
10+ [ Download demo] ( https://github.com/raheemadamboev/kmp-sharing-native-ui-component/blob/main/extra/app-debug.apk )
You can’t perform that action at this time.
0 commit comments