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

Releases: AlexanderEggers/archknife

0.2.0

13 Apr 09:21
df4ef16
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • 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.

0.1.1

09 Apr 03:58
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release
  • Fixed ClassNotFoundException inside ViewModelBuilderModule.

0.1.0

06 Apr 04:20
2b49921
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Initital library release.