Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ckam99/compose-multiplatform
Compose multiplatform clean architecture
https://github.com/ckam99/compose-multiplatform
android clean-architecture coil compose compose-multiplatform koin kotlin kotlin-multiplatform sqldelight voyager
Last synced: 6 days ago
JSON representation
Compose multiplatform clean architecture
- Host: GitHub
- URL: https://github.com/ckam99/compose-multiplatform
- Owner: ckam99
- License: mit
- Created: 2024-05-09T20:06:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-12T21:52:24.000Z (6 months ago)
- Last Synced: 2024-05-12T22:34:47.121Z (6 months ago)
- Topics: android, clean-architecture, coil, compose, compose-multiplatform, koin, kotlin, kotlin-multiplatform, sqldelight, voyager
- Language: Kotlin
- Homepage:
- Size: 239 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grocery app Kotlin Multiplatform
### Note
If got error somethink like `error: Could not find "co.touchlab:stately-common"` running on IOS, try add `-lsqlite3` in `Build settings` >> `Other Linker Flags` in Xcode. Also add
in commonMain module `build.gradle.kts` file:
```
commonMain.dependencies {
...
implementation("co.touchlab:stately-common:2.0.7")
}
```