Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: InsertKoinIO/koin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.2.0-beta3
Choose a base ref
...
head repository: InsertKoinIO/koin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.2.0-beta4
Choose a head ref
  • 18 commits
  • 25 files changed
  • 3 contributors

Commits on Oct 23, 2024

  1. fix flatten module order error

    Fixes gh-1998
    luozejiaqun committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3640db9 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. Koin + Ktor DI 3.2 Integration

    Ktor DI Bridge Implementation
      - Added KoinDependencyMapExtension implementing Ktor 3.2's DependencyMapExtension interface
      - Registered via SPI in META-INF/services/io.ktor.server.plugins.di.DependencyMapExtension
    
    Koin can resolve Ktor DI dependencies via KtorDIExtension resolution extension.
      - There is a potential problem with runBlocking usage
    
    When dependency is not found, each library is delegating to the other in an infinite loop
    
    Fixed a problem in CoreResolver that was not resolving extensions
    
    Created a sample application to show usage.
    lidonis committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    00496cc View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. Configuration menu
    Copy the full SHA
    5c8c342 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. Open KoinApplication to allow add KoinKtorApplication DSL Bridge for …

    …Ktor DI. Explicit options for bridging Ktor -> Koin & Koin -> Ktor
    arnaudgiuliani committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    53cfc64 View commit details
    Browse the repository at this point in the history
  2. Update current sample

    arnaudgiuliani committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    4cacef1 View commit details
    Browse the repository at this point in the history
  3. Uses latest Ktor

    arnaudgiuliani committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    75d4306 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2025

  1. Merge pull request #1999 from luozejiaqun/bugfix/module-flatten

    flatten module order error
    arnaudgiuliani authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    17f3218 View commit details
    Browse the repository at this point in the history
  2. 4.1.2-Beta1

    arnaudgiuliani committed Sep 10, 2025
    Configuration menu
    Copy the full SHA
    2527a16 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. Configuration menu
    Copy the full SHA
    2e2a54f View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. Configuration menu
    Copy the full SHA
    90edf60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    330ce55 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2026

  1. Configuration menu
    Copy the full SHA
    c4a5dcb View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. Merge branch '4.2.0' into feat_ktor_di_3.2

    # Conflicts:
    #	examples/gradle/versions.gradle
    #	projects/gradle.properties
    arnaudgiuliani committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    3794190 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc1cd08 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2294 from InsertKoinIO/feat_ktor_di_3.2

    [Feat] Ktor DI integration - Ktor 3.4
    arnaudgiuliani authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    1706a83 View commit details
    Browse the repository at this point in the history
  4. 4.2.0-beta4

    arnaudgiuliani committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    53e56c6 View commit details
    Browse the repository at this point in the history
  5. ignore claude files

    arnaudgiuliani committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    d0978ad View commit details
    Browse the repository at this point in the history
  6. Fix EAP Access Ktor

    arnaudgiuliani committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    f6a5040 View commit details
    Browse the repository at this point in the history
Loading