multiplatform-hello
Full-stack Hello World for Kotlin Multiplatform
File Explorer
Download Latest Version (.zip)- build.yml
- App.kt
- MainActivity.kt
- ic_launcher_background.xml
- ic_launcher_foreground.xml
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- strings.xml
- network_security_config.xml
- AndroidManifest.xml
- build.gradle.kts
- index.html
- Browser.kt
- Browser.kt
- build.gradle.kts
- gradle-wrapper.jar
- gradle-wrapper.properties
- libs.versions.toml
- Contents.json
- Contents.json
- Contents.json
- Contents.json
- ContentView.swift
- Multiplatform_HelloApp.swift
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- project.pbxproj
- Multiplatform_HelloTests.swift
- Multiplatform_HelloUITests.swift
- Multiplatform_HelloUITestsLaunchTests.swift
- yarn.lock
- Application.kt
- Application.conf
- logback.xml
- ApplicationTest.kt
- build.gradle.kts
- Message.kt
- MessageTest.kt
- build.gradle.kts
- Dependencies.kt
- ApiClient.kt
- Dependencies.kt
- hello.kt
- ApiClientTest.kt
- Dependencies.kt
- Dependencies.kt
- Dependencies.kt
- build.gradle.kts
- .gitignore
- build.gradle.kts
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE.txt
- README.md
- settings.gradle.kts
# Installation Guide
1. Get the code
git clone https://github.com/russhwolf/multiplatform-hello
Downloads the entire project code from GitHub to your computer.
cd multiplatform-hello
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 android
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)
