InsertKoinIO / koin

Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform
https://insert-koin.io
Apache License 2.0
8.76k stars 695 forks source link

Docs what does int mean createdAtStart, to be created at start (or when you want) #1855

Open nienienienie opened 2 months ago

nienienienie commented 2 months ago

in https://insert-koin.io/docs/reference/koin-core/definitions/#create-instances-at-start there is

A definition or a module can be flagged as CreatedAtStart, to be created at start (or when you want)

While I do understand "to be created at start" (for me it means when startKoin is called) ... then I don't get "or when you want" - what "you want" it describes? Is there any "you want" other than startKoin?