Skip to content

Bump io.insert-koin:koin-androidx-compose from 4.1.1 to 4.2.0#214

Merged
meenbeese merged 1 commit intomainfrom
dependabot/gradle/io.insert-koin-koin-androidx-compose-4.2.0
Apr 1, 2026
Merged

Bump io.insert-koin:koin-androidx-compose from 4.1.1 to 4.2.0#214
meenbeese merged 1 commit intomainfrom
dependabot/gradle/io.insert-koin-koin-androidx-compose-4.2.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps io.insert-koin:koin-androidx-compose from 4.1.1 to 4.2.0.

Release notes

Sourced from io.insert-koin:koin-androidx-compose's releases.

4.2.0

Kotlin 2.3.20

New Features

  • Ktor 3.4 DI Bridge — Full integration with Ktor's new DI system (ktor-server-di), bridging Ktor ↔ Koin dependency injection both ways
  • Dagger Bridge (koin-dagger-bridge) — New module to help inject Koin components from Dagger side
  • AndroidX Navigation 3 support — Entry point provider with metadata parameter passing (animations, etc.), generic EntryProvider, and navigation scopes
  • Navigation Scope for Compose Nav 2 — Added scoped navigation support for Compose Navigation 2
  • Lazy Modules — Parallel loading at startup for improved performance, with benchmarks
  • strictOverride option — New definition option to override explicitly
  • koinActivityInject — Helper to retrieve dependencies against Activity scope
  • Koin Compiler Stubs — Added stubs for KoinApplication.modules() functions
  • KoinApplication.withConfiguration() — New configuration support

Performance & Stability

  • Core Resolver V2 — Fixed parameter stack propagation, injected params handling, and child scope/ViewModel scope resolution
  • Scope Resolution & Thread Safety — Performance optimization with safer ScopeFactory protecting all operations from parallel calls
  • ThreadLocal loading optimization — Avoid cost per Scope (#2306)
  • getAll no longer sorted by default — Instances come as declared; sort on purpose if needed
  • Params stack access optimization

Bug Fixes

  • Fix sharedKoinViewModel with type-safe navigation routes (#2293)
  • Fix qualified name usage in WASM (#2312)
  • Fix premature release of scope & context in Compose — don't drop in onForgotten (#2274)
  • Fix crashing declarations for LocalKoinScope & LocalKoinApplication
  • Fix Compose Koin Context Loader and Entry Points (#2327)
  • Fix CoreResolution with Child Scopes / ViewModelScope (#2325)
  • Fix Scope Archetypes Qualifier in plugin support functions
  • Fix qualifier conversion

Breaking Changes

  • minSdk raised to 23 for Android
  • module renamed to lazyModule in some contexts
  • BeanDef constructor change (API signature update)

Dependencies

  • Kotlin 2.3.20
  • Ktor 3.4
  • JetBrains Compose 1.10.2
  • AndroidX Lifecycle 2.10.0
  • AndroidX Navigation 2.9.7 / Nav3 1.0.1

Koin 4.2.0-RC2

Second Release Candidate for Koin 4.2.0, upgrading to Kotlin 2.3.20-RC2 and updating dependencies.

... (truncated)

Commits
  • 59dd7fb finalize Koin 4.2.0 - Kotlin 2.3.20
  • 81c55e2 Merge pull request #2377 from InsertKoinIO/feat_kotlin_2.3.20-RC2
  • cf3e37b Koin 4.2.0 - RC2 - Kotlin 2.3.20-RC2
  • 24c6393 Add Koin Compiler Stubs for KoinApplication.modules() functions
  • aab6a47 Koin 4.2.0-RC2 - Kotlin 2.3.20-RC Upgrade
  • 853370e Docs update
  • 9631b02 4.2.0-RC1
  • 3e5b44c Ktor 3.4
  • 74d9884 Remove getAll sorting by default. We let the instances come as declared. If n...
  • f6a5040 Fix EAP Access Ktor
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 23, 2026
Bumps [io.insert-koin:koin-androidx-compose](https://github.com/InsertKoinIO/koin) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Commits](InsertKoinIO/koin@4.1.1...4.2.0)

---
updated-dependencies:
- dependency-name: io.insert-koin:koin-androidx-compose
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/io.insert-koin-koin-androidx-compose-4.2.0 branch from 0957250 to 50b82a1 Compare April 1, 2026 01:17
@meenbeese meenbeese merged commit 0f9c526 into main Apr 1, 2026
1 check passed
@dependabot dependabot bot deleted the dependabot/gradle/io.insert-koin-koin-androidx-compose-4.2.0 branch April 1, 2026 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant