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