This is a Demo project to show case Stream SDK usage with KMP (Kotlin Multiplatform), especially Compose Multiplatform.
This demo was thoroughly discussed, documented and shown in this blog.
Project structure:
/composeApp
is for code that will be shared across your Compose Multiplatform applications. It contains subfolder:commonMain
is for code that’s common for all targets.
Learn more about Kotlin Multiplatform…