HumanLearning2021 / HumanLearningApp

GNU General Public License v3.0
3 stars 2 forks source link

Add Dependency injection #79

Closed bbjubjub2494 closed 3 years ago

bbjubjub2494 commented 3 years ago

Configured Hilt to pass the same components to different activities where necessary. Tests still run in isolation.

bbjubjub2494 commented 3 years ago

Hilt cannot be used in vanilla JVM tests

bbjubjub2494 commented 3 years ago

need #84