Hello guys! I'm trying to use Kodein inside my and...
# kodein
k
Hello guys! I'm trying to use Kodein inside my android app, but I have some trouble with binding a retrofit API with a dynamic base URL. I created a tiny gist to better explain what I'm trying to achieve. Basically, I don't get how I re-use my Retrofit multiton when binding my actual API. Here's the gist : https://gist.github.com/lucmazon/6b4b5d177fdd8d1bcace04767f8c208d If someone could point me in the right direction, that'd be great! (and if you need more information on what I'm trying to achieve, tell me!)