Gradle tasks are not showing in the gradle tool window in Android Studio 4.2

53

I just updated Android Studio to version 4.2. I was surprised to not see the Gradle tasks in my project.

In the previous version, 4.1.3, I could see the tasks as shown here:

But now I only see the dependencies in version 4.2:

I tried to clear Android Studio's cache and sync my project again, but there was no change.

Is this a feature change?

Share
Improve this question

Comments

Popular posts from this blog

Meaning of `{}` for return expression

Get current scroll position of ScrollView in React Native

flutter websocket connection issue