-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate to Koin 4.0.2 and improve DI initialization - Move Koin initialization to Application class for Android - Initialize Koin in iOS app delegate - Replace `KoinApplication` with `KoinContext` in composables - Remove platform-specific DI configuration files - Consolidate Koin setup into single `KoinApp.kt` file - Update Koin version to 4.0.2 Reference: InsertKoinIO/koin-getting-started@b967900
- Loading branch information
1 parent
245d210
commit 8a82af8
Showing
8 changed files
with
33 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 0 additions & 8 deletions
8
composeApp/src/androidMain/kotlin/xyz/ksharma/krail/di/AppModule.android.kt
This file was deleted.
Oops, something went wrong.
11 changes: 3 additions & 8 deletions
11
composeApp/src/commonMain/kotlin/xyz/ksharma/krail/KrailApp.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
composeApp/src/iosMain/kotlin/xyz/ksharma/krail/di/AppModule.ios.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters