Here\'s my Ionic Info
cli packages: (/Users/billb/dev/customer-mkt-app/node_modules)
@ionic/cli-utils : 1.15.2
ionic (I
Configuration 'compile' is obsolete and has been replaced with 'implementation'. It will be removed at the end of 2018.
Simply replace 'compile' with 'implementation'
dependencies {
// SUB-PROJECT DEPENDENCIES START
//debugCompile(project(path: "CordovaLib", configuration: "debug"))
//releaseCompile(project(path: "CordovaLib", configuration: "release"))
implementation project(':CordovaLib')
// SUB-PROJECT DEPENDENCIES END
}