https://github.com/jarroyoesp/kotlinmppktor
Kotlin Multiplatform Project for Android, iOS, JVM & JS
https://github.com/jarroyoesp/kotlinmppktor
Last synced: 29 days ago
JSON representation
Kotlin Multiplatform Project for Android, iOS, JVM & JS
- Host: GitHub
- URL: https://github.com/jarroyoesp/kotlinmppktor
- Owner: jarroyoesp
- Created: 2019-08-14T07:38:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-14T17:45:50.000Z (over 5 years ago)
- Last Synced: 2025-02-07T21:24:51.872Z (3 months ago)
- Language: Kotlin
- Size: 198 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KotlinMPPKTor
Kotlin Multiplatform Project for Android, iOS, JVM & JSExecute JsApp:
```
./gradlew JsApp:run
./gradlew BackEnd:run
--> localhost:8082
````Execute JavaFxApp:
```
./gradlew JavaFxApp:run
```