hugo icon indicating copy to clipboard operation
hugo copied to clipboard

updated to implementation in runtime

Open maniksejwal opened this issue 6 years ago • 4 comments

compile is no longer supported so replaced it with implementation

maniksejwal avatar Oct 22 '18 14:10 maniksejwal

@maniksejwal can you provide us with steps on how to use your repo instead?

guidedways avatar Nov 26 '18 22:11 guidedways

@guidedways I am sorry, I won't be able to help as I don't know anything about the functioning and design of this library. I was unable to compile my android app because Hugo was still using compile so I just tried changing the gradle files to use implementation.

maniksejwal avatar Dec 13 '18 04:12 maniksejwal

Hi @maniksejwal, I think usage of compile here also need to be updated to implementation https://github.com/JakeWharton/hugo/blob/master/hugo-plugin/src/main/groovy/hugo/weaving/plugin/HugoPlugin.groovy#L29

In my understanding, this code will be "run" when you apply plugin hugo and it add some more dependencies to the dependencies block of the module.

thuutin avatar Jul 22 '19 11:07 thuutin

Hi @thuutin, seems you are right. The imports and the classes in the file will also need to be updated.

I feel that the project is no longer maintained and creating a new pull request will not be of any use while a for will be.

maniksejwal avatar Jul 22 '19 13:07 maniksejwal