This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
1.3.0
- Add a new, compact DSL for module declarations.
Imports must be updated! Either useorg.rewedigital.katana.dsl.classic
or the new
org.rewedigital.katana.dsl.compact
:createModule { factory { MyDependencyA() } singleton { MyDependencyB() } }
- Update Kotlin version to 1.3.21