Scope
Declare a class in a Koin scope. Scope name is described by either value (class) or name (string) By default, will declare a scoped definition. Can also override with @Scoped, @Factory, @KoinViewModel annotations to add explicit bindings
example:
Parameters
value
: scope class value
name
: scope string value