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

0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@AlexanderEggers AlexanderEggers released this 13 Apr 09:21
df4ef16
  • Added new artifact "archknife-viewmodel" which can be used to provide ViewModel to the Dagger structure.
  • Added new annotations "ProvideApplication" and "ProvideModule" that can be used to define the AppComponent.
  • Changed location for the generated files to use the App's application package
  • Added the processor to create the Dagger Component >> the name is always "AppComponent". Therefore DaggerAppComponent needs to be used to initialise the component class.