kmp-developer-roadmap
πΊ The Kotlin Multiplatform Developer Roadmap offers comprehensive learning paths to help you understand KMP ecosystems.
File Explorer
Download Latest Version (.zip)- Bug_report.md
- Feature_request.md
- android.yml
- CODEOWNERS
- FUNDING.yml
- pull_request_template.md
- MainActivity.kt
- styles.xml
- AndroidManifest.xml
- build.gradle.kts
- Kotlin Multiplatform Developer Roadmap.fig
- gradle-wrapper.jar
- gradle-wrapper.properties
- libs.versions.toml
- dark.png
- light.png
- Contents.json
- Contents.json
- Contents.json
- Contents.json
- ContentView.swift
- Info.plist
- iOSApp.swift
- UserInterfaceState.xcuserstate
- xcschememanagement.plist
- project.pbxproj
- Platform.android.kt
- Main.kt
- MyApplicationTheme.kt
- Platform.kt
- MainViewController.kt
- Platform.ios.kt
- build.gradle.kts
- shared.podspec
- .gitignore
- build.gradle.kts
- CONTRIBUTING.md
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- README_KR.md
- settings.gradle.kts
π Installation Guide
1. Get the code
git clone https://github.com/skydoves/kmp-developer-roadmap
Downloads the entire project code from GitHub to your computer.
cd kmp-developer-roadmap
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- 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.
cd androidApp
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
