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?

0
2 comments
Avatar
Permanently deleted user

if it helps the build.gradle in my project lacks a build.script section

0
Avatar
Permanently deleted user

if anyone comes along and needs this just include the buildScript in your build.gradle file then apply plugin after the buildScript

0

Please sign in to leave a comment.