Hi, how would be this with Kodein? ``` @Provides fun provideLoginApi(api: LoginRetrofitApi): Log...
j
Hi, how would be this with Kodein?
Copy code
@Provides
    fun provideLoginApi(api: LoginRetrofitApi): LoginApi = api
r