I want to use the HTTPBuilder class to send json Data to my server, I have imported the following namespaces, But my intelliJ IDEA is not recognizing the the "groovyx" saying can not resolve symbol.
import groovyx.net.http.ContentType
import groovyx.net.http.HTTPBuilder
import groovyx.net.http.Method
I have added the following to BuildConfig.groovy
compile "org.codehaus.groovy.modules.http-builder:http-builder:0.7"