StephenVinouze/KinApp

Unable to instantiate activity

andriybashta opened this issue · 2 comments

Hello. I try to install your library to my project and get this error:
pf insta-filterspf - app 2019-01-02 21-35-00

Please, help.

Hi, sorry for the late reply
Just made some clean in the library as I didn't have much time to deal with it lately
Turns out that the pr i merged was not working properly
Put stable coroutine version and fix the build
Seeing the code made me realise that this library ties the user by using coroutine. This is really bad architecture and i should take some time in changing how i implemented the coroutine. I did it when it was in early stage so was hard to find some docs but it's not the case anymore.
I published a fix version in the meanwhile (1.0.3) and will publish another when this coroutine binding will be fixed

Thank you, Stephen.