Skip to content

Repository files navigation

Hilt

Hilt implements the boilerplate classes that are necessary to provide injection of Application and Activity Context's and other Android specific objects when using Dagger 1.

Gradle

This is not hosted on JCenter. You will need to include it as a local dependency or use https://jitpack.io/.

Place hilt-{version}.jar into your appModule/libs folder.

Update your build.gradle to include the following:

dependencies {
    compile files('libs/hilt-{version}.jar');
}

Build Status

Build Status

About

Base Android classes to use with Dagger

Resources

Stars

8 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages