Ok, I'm starting to digest kotlin-inject's archite...
# kotlin-inject
d
Ok, I'm starting to digest kotlin-inject's architecture now... I'm just thinking, maybe there should be some kind of default scope
@Singleton
available for things like clean architecture web apps where imports are limited to only modules/deps that are really needed and there really only is one lifecycle in most cases @evant?