Gradle tool window does not show Source Sets / dependencies hierarchy for Android project

I use IntelliJ IDEA 2018.3.2 to create new Android project (with and without kotlin support). In both cases, the gradle tool window does not show the dependencies hierarchy for sub-project.
image

It still works for normal java project with gradle.

Is that the issue of IntelliJ IDEA or the gradle plugin com.android.application from Google?