Skip to content

Commit

Permalink
Update feature set
Browse files Browse the repository at this point in the history
  • Loading branch information
thsaravana committed May 26, 2020
1 parent 96da93b commit 6e7cf31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Features
- View the dependency graph in tree format
- Jump to source code from the graph
- View parents and children of a node in the graph
- View basic validation errors directly in the editor
- Fully supported for project using both Java and Kotlin including Android

Usage
Expand Down
9 changes: 1 addition & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,7 @@ compileTestKotlin {

patchPluginXml {
changeNotes """
- Toggle the option to Generate dagger graph everytime the project is built <br/>
- Show dagger validation errors in the editor (beta) <br/>
<ul>
<li>@Component may only be applied to an interface or abstract class</li>
<li>@Component has more than one @Component.Builder or @Component.Factory </li>
<li>Given module is not annotated with @Module</li>
<li>Dagger does not support injection into private constructors/methods/fields</li>
</ul>
- Show basic dagger validation errors in the editor for @Inject, @Binds and @Provides <br/>
"""
}

Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<li>View the dependency graph in tree format</li>
<li>Jump to source code from the graph</li>
<li>View parents and children of a node in the graph</li>
<li>View basic validation errors directly in the editor</li>
<li>Fully supported for project using both Java and Kotlin including Android</li>
</ul>
<p>Usage</p>
Expand Down

0 comments on commit 6e7cf31

Please sign in to comment.