hugo icon indicating copy to clipboard operation
hugo copied to clipboard

Implement new Transform API

Open williamwebb opened this issue 9 years ago • 6 comments

Issue #101

williamwebb avatar Feb 17 '16 05:02 williamwebb

Don't merge this. Broken for Library Projects. Investigating...

williamwebb avatar Feb 17 '16 21:02 williamwebb

@JakeWharton could you have a look at this fantastic contribution and possibly merge it?

Turbo87 avatar Aug 18 '16 17:08 Turbo87

FWIW I've packaged this branch up and it's available for public use at https://jitpack.io/#Turbo87/hugo/1.2.2

I've also just tested this on a mixed Java and Kotlin Android app and it seems to work quite well. Good job @williamwebb!

Turbo87 avatar Aug 18 '16 19:08 Turbo87

I couldn't get it to work. Please provide specific instructions.

rpattabi avatar Jul 09 '18 13:07 rpattabi

@Turbo87 would be great if you could provide us with more information on how to use this. Removed apply plugin ... and replaced it with your jitpack implementation, but gradle fails.

guidedways avatar Nov 26 '18 22:11 guidedways

@guidedways I could get it to work with

buildscript { 
    repositories {
	...
	maven { url 'https://jitpack.io' }
   }
    classpath `com.github.Turbo87.hugo:hugo-plugin:1.2.2`
}

and apply plugin com.jakewharton.hugo

thuutin avatar Jul 22 '19 12:07 thuutin