Skip to content

7.16.0

Compare
Choose a tag to compare
@romainbsl romainbsl released this 14 Nov 17:17
· 2 commits to 7.16 since this release
val di = DI {
    bindSet<Configuration> {
        add { provider { FooConfiguration() } }
        bind { singleton { BarConfiguration() } }
    }
}