I have an import in my project gradle file `import...
# gradle
b
I have an import in my project gradle file
import org.apache.....
I'm trying to create a task that uses that import but it keeps saying unable to resolve class. I have the classpath in my buildscript dependencies also.