-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inject repository using hilt #33
Conversation
fe4f2fd
to
eb7d459
Compare
@octogradiste I tried to add the dependency injection following what you've done in #26, but somehow it throws an error on the test. Do you have an idea where that comes from? Error log output
the original CI run can be found on #28 (this PR here is incomplete) |
Hi, I checked out the code and the reason for the error is, hilt can't inject the But what I suggest is to change the naming of your interface to |
Ohh thanks, now I get it! |
f1f3a21
to
e3ccb29
Compare
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
e3ccb29
to
b92cc48
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for adding this!
based on #32
requires #32 to be merged firstdonethis allows to use use the main repository implementation without passing it manually