We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e650c82 + 964e4e5 commit 5c7e573Copy full SHA for 5c7e573
README.md
@@ -8,8 +8,7 @@ refactoring efforts, including carving a monolithic codebase into
8
independent subprojects.
9
10
The plugin analyzes source code, not generated bytecode. The analysis
11
-code is the same code used by the incremental compiler in sbt and zinc
12
-([reference](https://github.com/gkossakowski/sbt/wiki/Incremental-compiler-notes#dependency-extraction)).
+code is based on code from the incremental compiler in sbt and zinc.
13
Therefore, the plugin should be an accurate source of information for
14
developers looking to reduce dependencies in order to reduce their
15
incremental recompile times.
0 commit comments