callstack / callstack/react-native-pager-view
Gradle warning when configuring app project
- Dominant language
- TypeScript
- Stars
- 3.4k
- Forks
- 476
- Avg merge
- 10d 21h
- Merged PRs (30d)
- 2
Description
## Environment
react-native-pager-view 5.2.1
react-native 0.64.2
Gradle 6.7
## Description
When gradle configures my project, I get the following warning:
```
> Configure project :react-native-pager-view
Adding a Configuration as a dependency is a confusing behavior which isn't recommended. This behaviour has been deprecated and is scheduled to be removed in Gradle 8.0. If you're interested in inheriting the dependencies from the Configuration you are adding, you should use Configuration#extendsFrom instead. See https://docs.gradle.org/6.7/dsl/org.gradle.api.artifacts.Configuration.html#org.gradle.api.artifacts.Configuration:extendsFrom(org.gradle.api.artifacts.Configuration[]) for more details.
```
## Reproducible Demo
I ran `./gradlew clean` on the command line of my project.
I suspect it will reproduce with any project using Gradle 6.7.
Contributor guide
Assessment
This issue has not been assessed yet.