btw what do you think of the declaring koinContext...
# koin
a
btw what do you think of the declaring koinContext like this?
val koinContext by lazy { Koin().init(this).build(MainModule()) }