the change from what you were reading before is ju...
# kohesive
a
the change from what you were reading before is just a few renames:
>> * BREAKING CHANGE: InjektRegistry interface is no longer used for modules, instead InjektScope. Therefore, use of module code must change from
InjektRegistrar.registerInjectables
to
InjektScope.registerInjectables
. An IDE intention will replace the class and import on option-enter.