Bart
11/05/2025, 7:51 PM@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.