Skip to content

Added status code modules, changed Module provider to be KType based instead of KClass based

Choose a tag to compare

@Wicpar Wicpar released this 15 Jun 11:39
· 67 commits to master since this release
  • 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.