You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Status Modules and corresponding utility functions
Changed Module provider to use KTypes instead of KClasses; Broken code needs to either specify type = x::class.startprojectedType or use the reified inline version of registerModule depending on what the desired behavior is.
Changed Module provider to Guarantee insertion order while preserving HashSet Uniqueness for retro compatibility. Last insertions are guaranteed to be at the end of the ofType returned collection now, allowing to use the module provider like a stack.