gouline / kapsule

Minimalist Kotlin dependency injection
MIT License
164 stars 7 forks source link

Added Application inside 'Getting started' section #6

Closed timobaehr closed 7 years ago

timobaehr commented 7 years ago

Hi, thanks for making Kapsule! I just started adding it to an example application and detected that some details are missing in the Getting started section. Without inject(Application.module(this)) I cannot inject properties into my Activity.

gouline commented 7 years ago

That's helpful, thanks 👍