Replies: 1 comment
-
|
Thanks for your feedback. I created some issues:
I already switched from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, I would like to thank you for making this project.This is exactly what I was looking for.
I've tried to make something similar to this, but I've failed many times.
At first, I read
*.gradlefiles of this project and found the following problems:apply plugin: "id"style) is used.compileis used.repositories{}block.I thing Gradle Kotlin DSL is much better than Groovy, but there are still some problems, so I'd like to hear your thoughts on that.
The use of
plugins{}block to apply plugin andimplementationdependency declaration is strongly recommended, so these should be fixed.I have nothing to say about code duplication. This may solved by moving to Gradle Kotlin DSL, because you can use extension function to
RepositoryHandler.P.S. I'm not good at writing English and use machine translation in several places.
Beta Was this translation helpful? Give feedback.
All reactions