Skip to content

Commit

Permalink
fix helper function name
Browse files Browse the repository at this point in the history
  • Loading branch information
el-qq authored Jan 13, 2025
1 parent 3b8d3d3 commit 12c092b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/koin-android/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ By using Gradle packge `koin-androidx-startup`, we can use `KoinStartup` interfa
```kotlin
class MainApplication : Application(), KoinStartup {

override fun onKoinStartup(): KoinConfiguration = KoinConfiguration {
override fun onKoinStartup(): KoinConfiguration = koinConfiguration {
androidContext(this@MainApplication)
modules(appModule)
}
Expand Down

0 comments on commit 12c092b

Please sign in to comment.