Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Nov 25, 2024
1 parent 5a8ffce commit 581a92e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ dependencies {
add(compileOnlyDependencies.name, gradleApi())
// More dependencies here
}
compileOnlyDependenciesForGr8.extendsFrom(configurations.getByName("compileOnly"))

if (shadow) {
gr8 {
Expand Down Expand Up @@ -131,7 +130,6 @@ if (shadow) {
} else {
configurations.named("implementation").extendsFrom(shadowedDependencies)
}

```

## Kotlin interop
Expand Down

0 comments on commit 581a92e

Please sign in to comment.