Hugo as a plugin uses compile/debugCompile which now triggers some warning in any project using android gradle 3.0.0
Configuration 'debugCompile' in project ':myProject' is deprecated. Use 'debugImplementation' instead."
Configuration 'compile' in project ':myProject' is deprecated. Use 'implementation' instead."
Hugo as a plugin uses compile/debugCompile which now triggers some warning in any project using android gradle 3.0.0