Hannes Dorfmann
Hannes Dorfmann
Yes, that could be done, but I didn't wanted to depend on a third party library like Parceler. The reason is that every time Parceler makes a release with breaking...
Unfortunately Kotlin's reflection library is not multiple platform, therefore we are blocked to make zhis a KMM project. We could rewrite this library with KSP, but I don't have time...
Hm, this is a misunderstanding. What I wanted to say is instead of the "traditional" way of instantiating an Fragment (like `new MyFragment()` or a static `MyFragment.newInstance(...)` which seems to...
What's the benefit?
I consider creating bundle for the arguments by your own as bad practice, because by instantiating it by yourself you can't be sure that all required arguments are in the...
Moved into backlog as this is not easy to implement (especially the kotlin part as it may requires a annotation processor tailored on kotlin ). For now (in 4.0) we...
Hi, thanks for your feedback: 1) private fields can not be supported because of visibility issues. However, default and public fields in classes are supported 2) I will try to...
Ah, I see... now I understand what you mean ... I will check that! Thanks for reporting!
Correct, I will fix that!
Hi, I think it should be possible, but I have never tried. However there can not be multiple instances of GlobalEventBus