We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9691afe commit 8e16c9dCopy full SHA for 8e16c9d
app/src/main/java/com/example/nav3recipes/modular/koin/KoinModularActivity.kt
@@ -26,7 +26,7 @@ import org.koin.mp.KoinPlatform
26
/**
27
* This recipe demonstrates how to use a modular approach with Navigation 3,
28
* where different parts of the application are defined in separate modules and injected
29
- * into the main app using Dagger/Hilt.
+ * into the main app using Koin.
30
*
31
* Features (Conversation and Profile) are split into two modules:
32
* - api: defines the public facing routes for this feature
0 commit comments