Skip to content

Commit 8e16c9d

Browse files
authored
Change dependency injection reference to Koin
Updated documentation to reflect the use of Koin instead of Dagger/Hilt for dependency injection.
1 parent 9691afe commit 8e16c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/example/nav3recipes/modular/koin/KoinModularActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import org.koin.mp.KoinPlatform
2626
/**
2727
* This recipe demonstrates how to use a modular approach with Navigation 3,
2828
* where different parts of the application are defined in separate modules and injected
29-
* into the main app using Dagger/Hilt.
29+
* into the main app using Koin.
3030
*
3131
* Features (Conversation and Profile) are split into two modules:
3232
* - api: defines the public facing routes for this feature

0 commit comments

Comments
 (0)