kotlin-composable-architecture icon indicating copy to clipboard operation
kotlin-composable-architecture copied to clipboard

Companion for the Swift Composable Architecture. A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.

Results 6 kotlin-composable-architecture issues
Sort by recently updated
recently updated
newest added

Hi there, I was delighted to see that some work has started on porting the composable architecture to Kotlin. It looks great. Have just started playing around with it by...

Bring dependencies up to date in prep for further work.

Improvements of error logging for tests

Hello, first of all I have to thank you for the effort. I was going to start an exploration on this very same topic before being able to find your...

The PointFree folks implemented a Git diff style error logging in their test framework. It helps with identifying the difference between the expected and the actual output. Example: ``` State...

enhancement