Jonas Petersson

Results 28 comments of Jonas Petersson

In my experience, this is the only major blocker for using dagger-reflect in non-trivial projects.

I've spent a fair bit of time trying to get dagger reflect to work in a large project and although most things CAN be worked around with reasonable effort, the...

In case anyone else digs into this, I found it useful to catch the unwanted generics at this point in the code in the debugger and then I could peek...

In my experience of this, you can get the Kotlin code to work with dagger-reflect by adding @JvmStatic to the @Provides functions in the companion object. Whether this solves ALL...

I had the same problem and found a workaround that is somewhat simpler: In my case there is also an XxxInternalApplication which created the injector, so I just added: `@Override...

Just tried this on Ubuntu 22.04 running 5.15.0-33 and the problem remains (I had intentionally delayed upgrading since DisplayLink would not support non-LTS releases, but I guess I was over...

For those who know how to dig deeper: here is the output from the dlsupporttool. [DLSupportTool_Output_2022-06-05T18:20:32.408950.zip](https://github.com/DisplayLink/evdi/files/8843292/DLSupportTool_Output_2022-06-05T18.20.32.408950.zip)

@elahd [continuing from other thead] I _thought_ I was using the actual release (3.0.4), but as I checked my logs it looks like the restart somehow didn't work out so...

@elahd the newest I can see to download, even with beta turned on its 3.0.4, so now I'm on `master 5162e35` 🤞