This is a Kotlin Multiplatform project targeting Android, Desktop.
-
/appis for code that will be shared across your Compose Multiplatform applications. It contains several subfolders:commonMainis for code that’s common for all targets.- Other folders are for Kotlin code that will be compiled for only the platform indicated in the folder name.
-
/commonis for the code that will be shared between all targets in the project. The most important subfolder iscommonMain. If preferred, you can add code to the platform-specific folders here too.
/build-logicis for the Gradle plugins and project setup.baseis for the common configurations and extensions.conventionis for the convention plugins.
Learn more about Kotlin Multiplatform…