I wish to create a Retrofit
instance via Hilt module with runtime baseUrl
. How can I provide baseUrl
to Hilt module? Graph example: use case -> repository -> api -> retrofit -> ...
.
Can you help me? Thanks.
I wish to create a Retrofit
instance via Hilt module with runtime baseUrl
. How can I provide baseUrl
to Hilt module? Graph example: use case -> repository -> api -> retrofit -> ...
.
Can you help me? Thanks.