How to include gradle plugin in an Idea Gradle Project?
Answered
Hi,
I have a gradle project, but when I try to import a gradle plugin using classpath I get an error.
How do I include other plugins in my gradle project?
Please sign in to leave a comment.
if it helps the build.gradle in my project lacks a build.script section
if anyone comes along and needs this just include the buildScript in your build.gradle file then apply plugin after the buildScript