Koin `1.0.2` published :rocket: - changes availabl...
# koin
a
Koin
1.0.2
published 🚀 - changes available here: https://github.com/InsertKoinIO/koin/blob/master/CHANGELOG.md
👍 6
j
Missing a hint in the Changelog, that
(StandAloneContext.koinContext as KoinContext)
is removed in 1.0.2 and should be used by
StandAloneContext.getKoin().koinContext
now - or couldn’t find that hint
a
Yeah, getKoin is exposed directly to ahelp you inject it in KoinComponent
i
Do we use
KoinComponent
as a substitute for
startKoin
?
a
?