DSL For declaring your Koin application, deprecate...
# koin
a
DSL For declaring your Koin application, deprecated API drop, stabilize Scope & Testing API
p
Which deprecated API do you mean 🙂 ?
a
API in 1.0.x tagged as “deprrecated”
p
So it is mandatory to move to Scoping API now if we want to use 2.0.0?
a
yeah
We have a
Copy code
scopeWith("scope_id") {
    scoped { MyComponent() }
}
to allow declare group of components in a module
🎉 1