Katana v1.2.7 Release Notes

  • 2019-02-04

    • Implement + operator for Component, allowing different syntax for creating child components: kotlin val childComponent = component + childModule // or val childComponent = component + listOf(childModule1, childModule2) // or val childComponent = listOf(component1, component2) + childModule