Start up a dagger scratchpad

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2019-12-29 21:21:49 +05:30
parent 0a7bc5051a
commit edae57fbff
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
+++
categories = []
date = 2019-12-29T21:19:25+05:30
draft = true
slug = "my-dagger-lessons"
tags = []
title = "My Dagger lessons"
+++
1. `@Inject` and `@Provides` is an either-or situation
2. Injecting into a Kotlin `object` seems to be a problematic affair
3. The initial boiler plate is still really, really annoying.
4. I still haven't figured out broadcast receivers