Konstantin Klassen
someScope
anotherScope
val someScope = SomeScope(UUID.randomUUID().toString()).apply { scope.declare("the string", named("someString")) } val anotherScope = SomeScope(UUID.randomUUID().toString()) println(anotherScope.scope.get<String>(named("someString")))
SomeScope
KoinScopeComponent
arnaud.giuliani
A modern programming language that makes developers happier.