injekt v1.2.0 Release Notes

Release Date: 2015-08-11 // over 8 years ago
  • 📚 see CHANGELOG.md for history of changes. And README.md for documentation.

    Gradle:

    compile "uy.kohesive.injekt:injekt-core:1.2.+"
    

    Maven:

    <dependency>
        <groupId>uy.kohesive.injekt</groupId>
        <artifactId>injekt-core</artifactId>
        <version>[1.2.0,1.3.0)</version>
    </dependency>
    
    • 📦 [BREAKING CHANGE] Fixing #8 - Moved api classes to uy.kohesive.injekt.api package so that separate module jars do not have classes in the same package, breaking use in Android
    • [BREAKING CHANGE] Remove deprecated "injekt_" delegates (replaced with "inject_")