https://kotlinlang.org logo
#redux
Title
# redux
p

Patrick Jackson

03/24/2020, 1:30 PM
Redux-Kotlin v0.4.0 is available! This updates to kotlin 1.3.70. Redux-kotlin-thunk is also updated to v0.4.0. Thunk has a breaking change where thunks are now a typealias, rather than an interface. Kotlin 1.3.70 fixed a bug that allows use of typealias and closer match to JS thunk api.
👍 1
Updating the readme for thunk usage now...