Does Koin annotation support auto finding interfac...
# koin
j
Does Koin annotation support auto finding interface implementations? I would, in theory, like to have an interface implemented natively on both Android and iOS and automatically attached to a
@Module class.
The Koin documentation only shows this structure for
expect/actual
classes.
a
you can use @ComponentScan and find all annotated classses