ComposeMultiplatform
This repository will contain instructors how you could start your first compose mutltiplatform project
File Explorer
Download Latest Version (.zip)- MainActivity.kt
- MyApplicationTheme.kt
- styles.xml
- AndroidManifest.xml
- build.gradle.kts
- gradle-wrapper.jar
- gradle-wrapper.properties
- Contents.json
- Contents.json
- Contents.json
- Contents.json
- ContentView.swift
- Info.plist
- iOSApp.swift
- project.pbxproj
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- Pods-iosApp-acknowledgements.markdown
- Pods-iosApp-acknowledgements.plist
- Pods-iosApp-dummy.m
- Pods-iosApp-Info.plist
- Pods-iosApp-umbrella.h
- Pods-iosApp.debug.xcconfig
- Pods-iosApp.modulemap
- Pods-iosApp.release.xcconfig
- Manifest.lock
- Podfile
- Podfile.lock
- main.android.kt
- TabItem.kt
- PlantImage.kt
- PlantProperty.kt
- CategoryTabs.kt
- CircularProgress.kt
- CustomIndicator.kt
- ItemPager.kt
- Plant.kt
- App.kt
- Plants.png
- Plants1.jpg
- Plants2.jpg
- Plants3.jpg
- Plants4.png
- main.ios.kt
- build.gradle.kts
- shared.podspec
- .gitignore
- build.gradle.kts
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle.kts
# Installation Guide
1. Get the code
git clone https://github.com/qamarelsafadi/ComposeMultiplatform
Downloads the entire project code from GitHub to your computer.
cd ComposeMultiplatform
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Homebrew A package manager for macOS/Linux.
brew install cocoapods
Installs the pre-built package via Homebrew β no source build required.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Gradle (Java/Kotlin)
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew build
Builds the project using Gradle.
./gradlew :shared:linkPodDebugFrameworkIosSimulatorArm64
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
