Skip to content

Dagger ‐ Interface injection

Devrath edited this page Oct 6, 2023 · 5 revisions

Observations

Output

ComputerBattery constructor is invoked !
LcdScreen constructor is invoked !
Laptop constructor is invoked !
LcdScreen build screen is invoked !
Laptop is running -> uses <-> kotlin.Unit

Code

Clone this wiki locally