Dkhusainov
Dkhusainov
Currently `dagger-reflect` doesn't work with the new AssistedInject feature.
I'm trying to use the library in an application that uses dagger to create `Worker`'s for `WorkManager`(you can find many articles about it ). Here's the code and a test...
dagger-reflect: 0.3.0 code: ``` fun main() { dagger.Dagger .create(MyComponent::class.java) // DaggerMyComponent.create() .getS() } abstract class MyClass interface GenericComponent { fun getS(): S } class MyClassImpl @javax.inject.Inject constructor(): MyClass() @dagger.Component interface...
**dagger-compiler**: 2.27 **dagger-reflect**: 0.2.0 **dagger-compiler** allows circular module dependencies(which is wrong, should be an error), while **dagger-reflect** hangs forever while trying to build Component with such modules. Reproduce: ``` package...
## Basic Information Device type: ________ OS version: 25 EasyPermissions version: 1.0.1 ## Describe the problem What happened? I don't use Fragment or Activity as my PermissionCallback. If the user...
I'm getting theese messages when fetching about 40k rows from db. `Window is full: requested allocation 17 bytes, free space 16 bytes, window size 2097152 bytes` If I do another...
material-components: 1.3.0 Reproduce: 1. Checkout repo 2. Put this line `#FA0632` in app theme 3. Launch app, go to components, scroll to bottom ``` android.view.InflateException: Binary XML file line #37...