https://github.com/yttehs-hdx/kmp-counter
Rewrite Counter in Kotlin Multiplatform
https://github.com/yttehs-hdx/kmp-counter
kotlin-android kotlin-desktop kotlin-multiplatform
Last synced: 4 months ago
JSON representation
Rewrite Counter in Kotlin Multiplatform
- Host: GitHub
- URL: https://github.com/yttehs-hdx/kmp-counter
- Owner: Yttehs-HDX
- License: mit
- Created: 2024-12-15T10:47:14.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-16T16:07:19.000Z (6 months ago)
- Last Synced: 2024-12-16T17:26:22.221Z (6 months ago)
- Topics: kotlin-android, kotlin-desktop, kotlin-multiplatform
- Language: Kotlin
- Homepage:
- Size: 139 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Counter
> Rewrite Counter in Kotlin Multiplatform
## Introduction
When you click the button, the number will increase by 1.
## Basic Info
### Platform
- [x] Android
- [x] Desktop### Features
- [x] Save the number to the database
- [x] Dark mode
- [x] Monet color (Android only)## Screenshots
| Desktop (dark) | Android (light) |
|-------------------------------------|-------------------------------------|
|  |  |## Dependencies
- Kotlin Multiplatform
- Lifecycle ViewModel Compose
- Material3 Compose
- Navigation Compose
- SqlDelight
- Koin Injection> Refer to [libs.versions.toml](gradle/libs.versions.toml)
## Download
[Release](https://github.com/Yttehs-HDX/KMP-Counter/releases)
## License
MIT