Multi-project custom build

Hi All,

I am using frontend.gradle in the subproject. It is building the submodule properly. When It has to refer to the compile project(‘services’). It is unable to recognize.

The same is working fine with build.gradle, but not with frontend.gradle. Post post your ideas asap.

Thanks
navajyothi

Hi Team,

I am also facing the same issue where frontend.gradle is not detecting the shared project.

dependencies {
compile project(’:shared’)
}

Thanks
Naveen