Katana v1.3.0 Release Notes

  • 2019-02-08

    • ➕ Add a new, compact DSL for module declarations.
      Imports must be updated! Either use org.rewedigital.katana.dsl.classic or the new org.rewedigital.katana.dsl.compact: kotlin createModule { factory { MyDependencyA() } singleton { MyDependencyB() } }
    • ⚡️ Update Kotlin version to 1.3.21