Using Circuit with kotlin-inject in a Kotlin/Compose Multiplatform project https://johnoreilly.dev/posts/circuit-cmp-kmp/

A short article outlining some of changes made to the BikeShare #KMP sample to make of the really nice Circuit framework.

Using Circuit with kotlin-inject in a Kotlin/Compose Multiplatform project

We’ve seen increasing usage of the Circuit framework in Kotlin/Compose Multiplatform projects and I thought it was time to update one of the samples I have to make use of it. This article outlines some of the key changes made to use Circuit in the BikeShare sample. That project had...

John O'Reilly