Making gradle to build faster

Trying to make my gradle build faster. I tried first step

Terminal : gradlew :android:assembleDebug --dry-run

Got error Project ‘android’ not found in root directory of ‘my project’. Looked up in google but couldn’t find the reason.

Please help .