David Glasser
05/12/2023, 6:49 PMnamed("whatever")
as a top-level variable from a file, but it would be nice if i could like, add one to a module so that a user of a module could pull it off, like
startKoin {
modules(listOf(
someModule,
module {
single(someModule.thatParticularThing) { MakeThing() }
}))
}