you may use `getKoin().bind<DeviceController,Co...
# koin
a
you may use
getKoin().bind<DeviceController,Connection>
instead @bastienC
b
Ok, but the code I added was from a module, I should do the same from the module ?
like :
Copy code
single {
        ConnectionImp(
            connection = getKoin().bind<DeviceController, Device.Connection>()
        ) as ConnectionDataSource
    }
?
a
you should but it’s not so nice finially 😕
let me check that with a new GA version
how do you use `bind``
do you have several definition for the same type or just to add extra interface type?