Hey! We are trying to implement a project with the...
# redux
s
Hey! We are trying to implement a project with the https://github.com/reduxkotlin/presenter-middleware. Unfortunately it is not compatible with the current version (see https://github.com/reduxkotlin/presenter-middleware/issues/3). We tried to downgrade all the other redux-kotlin dependencies, but unfortunately it breaks somewhere else with a similar error. We even tried to checkout the repo and fix it by ourself, but we didn’t get it running. Now after some hours of troubleshooting, we don’t know what to do anymore. Could anyone please help us with either support the store as a interface in the middleware or how to build and run the project and the module locally? Thanks alot!
Ok, I found a workaround by copying the lib files directly into the project. Excluding the dependencies unfortunately didn’t work.
p
Will be doing some work on this lib soon
s
Thanks @patjackson52, we appreciate your work.