Skip to content

Commit 581a92e

Browse files
committed
update docs
1 parent 5a8ffce commit 581a92e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ dependencies {
100100
add(compileOnlyDependencies.name, gradleApi())
101101
// More dependencies here
102102
}
103-
compileOnlyDependenciesForGr8.extendsFrom(configurations.getByName("compileOnly"))
104103

105104
if (shadow) {
106105
gr8 {
@@ -131,7 +130,6 @@ if (shadow) {
131130
} else {
132131
configurations.named("implementation").extendsFrom(shadowedDependencies)
133132
}
134-
135133
```
136134

137135
## Kotlin interop

0 commit comments

Comments
 (0)