I\'m using the new Android Studio 3.6 Canary 9 to test new functionalities, and I cannot enable Gradle\'s offline mode.
In Android Studio P
For Flutter Projects
You WON'T find this option (View > Tool Windows > Gradle)
Spent hours trying to find it.
You have to open your Android project in another Android Studio window.
Go to Open and select the Android project:
When the new window opens, follow the recommended step and voila:
You can now find the Gradle view window to the right.
When working with Flutter, this is how you make Gradle specific changes.