Is it possible to use `@KoinApplication` in other ...
# koin
b
Is it possible to use
@KoinApplication
in other source set than
commonMain
(e.g.
commonTest
or custom)? I have custom source set for instrumented tests (it includes
commonMain
like
commonTest
does), and
@KoinApplication
when used in this source set not generated the code properly, needed to put it in
commonMain
. Would be useful/cleaner is such test koin application could be created in test source set.