What | How |
---|---|
🎭 User Interface (Android,Desktop,iOS) | Jetpack Compose JB! |
🏗 Architecture | Decompose + Clean Architecture |
💉 DI (Android) | Koin |
🌊 Async | Coroutines + Flow |
🌐 Networking | gRPC |
📄 Pagination | moko-paging |
🪔 Lint | ktlint gradle plugin , ktlint Pinterest |
🤿 Testing with Turbine | Turbine |
- SlackProtos
- SlackGenerateProtos
- Slack Domain Layer
- Slack Data Layer
- This KMP project
- Backend Server in gRPC Kotlin
- gRPC-KMP Library
- Capillary-kmp
Execute git submodule update --init --recursive
and to update git submodule update --recursive --remote
once the project is cloned to get all the dependent client projects.
Once the gradle sync is successful you need to run the task which deploys the app on simulator. There's a specific task to deploy on iPad and iPhones, but composeiOS build fails with ref issue. TimOrtel/GRPC-Kotlin-Multiplatform#11
./gradlew iosDeployIPhone8Debug
The android and jvm platform run's fine, make sure you match the ip address in GrpcCalls class of your system once you run the slackserver module locally!
Video Demo for JVM Desktop and Android
Screen.Recording.2022-11-14.at.12.08.22.PM.mp4
Video Demo for Jetpack Compose for iOS
Screen.Recording.2022-09-08.at.2.42.08.PM.mp4
MIT License
Copyright (c) 2022 Anmol Verma
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.