Skip to content

Commit

Permalink
fix: Geary.impl inject addons once instead of getting each time throu…
Browse files Browse the repository at this point in the history
…gh koin
  • Loading branch information
0ffz committed Feb 3, 2025
1 parent 49f2dae commit 1279600
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ interface Geary : KoinComponent {
override val componentProvider: ComponentProvider by inject()
override val records: ArrayTypeMap by inject()
override val engine: GearyEngine by inject()
override val addons: MutableAddons by inject()
}

fun stringify() = application.toString().removePrefix("org.koin.core.KoinApplication")
Expand Down

0 comments on commit 1279600

Please sign in to comment.