You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Merge - The Previous koin-ktor3 module has been merged into koin-ktor
69
84
- Extension - Introduces `Application.koinModule { }` and `Application.koinModules()` to let you declare Koin modules directly joined to a Ktor a module
70
85
```kotlin
@@ -75,6 +90,7 @@ fun Application.customerDataModule() {
- DSL - Added new Koin Module DSL extensions `activityScope`, `activityRetainedScope`, and `fragmentScope` to declare scope within Activity/Fragment
139
-
- Scope Functions - Also `activityScope()`, `activityRetainedScope()` and `fragmentScope()` API functions are now triggering Scope Archetypes
140
-
141
153
`koin-core-viewmodel`
142
154
- DSL - Added Module DSL extension `viewModelScope`, to declare component scoped to ViewModel scope archetype
143
155
- Scope Function - Added function `viewModelScope()`, to create a scope for ViewModel (tied to ViewModel class). This API now uses `ViewModelScopeAutoCloseable` to use the `AutoCloseable` API to help declare a scope and close it. no need anymore to close ViewModel scope by hand
0 commit comments