Skip to content

Commit 57718fc

Browse files
authored
Update README.md
1 parent 21d2be4 commit 57718fc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ allprojects {
7575
```
7676

7777
# Limitations
78+
## Unrecognized Dependencies
79+
7880
There are some dependencies that cannot be detected by inspecting the generated class files. In these cases, the tool will prompt you to remove a dependency, but removing it will result in a compile error. For this you can use `permitUnusedDeclared` and `permitTestUnusedDeclared` to work around it.
7981
```
8082
permitUnusedDeclared(project(":core:core-session"))
@@ -87,3 +89,7 @@ Execution failed for task ':core:analyzeDependencies'.
8789
Main dependency is listed as permitUnusedDeclared() but does not need to be -- remove its permitUnusedDeclared() configuration in build.gradle.kts:
8890
- com.faire:core-persistence:1.0.SNAPSHOT@jar
8991
```
92+
93+
## Toolchains
94+
If your project is using toolchains (i.e. https://docs.gradle.org/current/userguide/toolchains.html), then it is currenty incompatible with this plugin.
95+

0 commit comments

Comments
 (0)