https://github.com/retheviper/kotlinmultiplatformsample
for study
https://github.com/retheviper/kotlinmultiplatformsample
compose-desktop compose-web ios jetpack-compose kotlin kotlin-multiplatform kotlin-multiplatform-mobile ktor ktor-client ktor-server swiftui
Last synced: 2 months ago
JSON representation
for study
- Host: GitHub
- URL: https://github.com/retheviper/kotlinmultiplatformsample
- Owner: retheviper
- Created: 2023-01-11T13:11:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T13:19:03.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T06:44:48.024Z (4 months ago)
- Topics: compose-desktop, compose-web, ios, jetpack-compose, kotlin, kotlin-multiplatform, kotlin-multiplatform-mobile, ktor, ktor-client, ktor-server, swiftui
- Language: Kotlin
- Homepage:
- Size: 3.73 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kotlin Multiplatform Sample (Working)
## TL;DR
Web / Desktop / Mobile BBS Application sample by Kotlin. (And Swift)
## Diagram

## Used
- [Compose Multiplatform](https://www.jetbrains.com/lp/compose-mpp/) for Desktop / Web
- [Jetpack Compose](https://developer.android.com/jetpack/compose) for Android
- [Kotlin Multiplatform Mobile](https://kotlinlang.org/lp/mobile/) for iOS / iPadOS / Android
- [SwiftUI](https://developer.apple.com/xcode/swiftui/) for iOS / iPadOS / macOS
- [Ktor](https://ktor.io/) for HTTP Client / Server
- [Koin](https://insert-koin.io/) for DI
- [Exposed](https://github.com/JetBrains/Exposed) for ORMand etc.