
Facilitates sharing code across Compose Multiplatform applications, organizing it into platform-specific and common sections for streamlined development and integration of platform-specific features.
This is a Kotlin Multiplatform project targeting Android, Desktop.
/composeApp is for code that will be shared across your Compose Multiplatform applications.
It contains several subfolders:
commonMain is for code that’s common for all targets.iosMain would be the right folder for such calls.Learn more about Kotlin Multiplatform…
This is a Kotlin Multiplatform project targeting Android, Desktop.
/composeApp is for code that will be shared across your Compose Multiplatform applications.
It contains several subfolders:
commonMain is for code that’s common for all targets.iosMain would be the right folder for such calls.Learn more about Kotlin Multiplatform…