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
arnaud.giuliani
05/07/2025, 2:19 PM
you can use @ComponentScan and find all annotated classses