John O'Halloran

Results 1 issues of John O'Halloran

If I try to provide an object using the following code; Dagger works, but Reflect doesn't: ``` @Module interface MyModule { companion object { @Provides fun providesString(): String = "Hello"...