Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

1.3.0

Compare
Choose a tag to compare
@svenjacobs svenjacobs released this 08 Feb 08:46
d3b76ab
  • 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:
    createModule {
      factory { MyDependencyA() }
      singleton { MyDependencyB() }  
    }
  • Update Kotlin version to 1.3.21