cashapp / redwood

Multiplatform reactive UI for Android, iOS, and web using Kotlin and Jetpack Compose
https://cashapp.github.io/redwood/0.x/docs/
Apache License 2.0
1.63k stars 70 forks source link

Eliminate boxing of protocol types for serialization #2330

Closed JakeWharton closed 6 days ago

JakeWharton commented 1 week ago

We still have a few cases of use within a Zipline interface that causes it, but those are rarely invoked (protocol mismatch handlers).

1040