Skip to content

Conversation

@fyeeme
Copy link

@fyeeme fyeeme commented May 1, 2023

replace compile with implementation when using gradle
compile used to be the way to declare dependencies in earlier versions of Gradle, but it has been deprecated in favor of implementation .

In general, it's recommended to use implementation instead of compile , as it can help reduce build times and avoid potential conflicts between dependencies.

@mrniko
Copy link
Member

mrniko commented May 1, 2023

Thanks for suggested changes. Please correct all checks

fyeeme

This comment was marked as outdated.

Signed-off-by: LiuYang <fyeeme@gmail.com>
@fyeeme
Copy link
Author

fyeeme commented May 1, 2023

Thanks for suggested changes. Please correct all checks

thanks for your kindly mention, this question fixed, and all check pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants