the intention is to scope the non-Java objects to ...
# koin
k
the intention is to scope the non-Java objects to the same scope as the activity w/o needing to know about the activity. However, the release version of Koin 2.0 (this used to work in RC3) doesn't seem to allow this...the objects are not found because I think it's looking inside the activity's scope in the inject instead of using the scope that's bound in the onCreate()...