SlackComposeMultiplatform (KMP with gRPC & In-Development)

Component 1

?️️ Built with ?? using Jetpack Compose And Kotlin Multiplatform ?

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

Dependent Projects

  1. SlackProtos
  2. SlackGenerateProtos
  3. Slack Domain Layer
  4. Slack Data Layer
  5. This KMP project
  6. Backend Server in gRPC Kotlin
  7. gRPC-KMP Library
  8. Slack encryption lib
  9. Slack Encryption support for iOS

Instructions to compile and get running

  1. 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.
  2. Clone gRPC-KMP Library and install plugin and lib to mavenLocal()
  3. Clone Capillary-kmp and install to mavenLocal()

The android, compose iOS 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!

Architecture

Slack Multiplatform (3)

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.

GitHub

View Github