Questions tagged [android-koin]
16 questions
-1
votes
1 answer
Koin - Creating Implementor for Interface in Andorid
Using koin dependency Injection library in Android. I have doubt in creating interface implementor.
My Interface is as below:
interface EnrollApiInterface {
@GET("person/templates/{id}")
fun yoonikEnroll(@Path("id") id: String) :…

Jaimin Modi
- 1,530
- 4
- 20
- 72