japplin

Results 5 comments of japplin

@pwittchen any chances of releasing an update?

> One thing is default values you declare should probably be propagated, so you could do: > > ```kotlin > @Component abstract class MyComponent(@Component component: NoArgComponent = NoArgComponent()) > >...

I think the main limitation of component extension is it leaks the types of the "module" into the components public definition: ```kotlin class OkHttpClient @Inject class MyApi(private val myApiClient: OkHttpClient)...

Some download requests require an auth token, which would be included as an http header in the get request. I would also need this functionality.

Any suggestions on how to handle this when using firebase?