Is it a known issue that the Gradle pane in Androi...
# intellij
d
Is it a known issue that the Gradle pane in Android Studio doesn't show gradle tasks, only dependencies? I tried invaldating caches, etc... but when I run the ./gradlew ... it has all the tasks... 😕
I'm on: Android Studio 4.2.1 Build #AI-202.7660.26.42.7351085, built on May 10, 2021
j
there is a checkbox about that in the experimental tab, uncheck it and they will appear
d
🙃 This is to save some time on compiling? Why don't they just try to generate it at least once, or give an option to update it manually at least?
Thanks! Now the task list is getting built. I was afraid that my gradle configuration was messed up when I first saw this...
c
Yeah, they added a helpful hint to the canary so when you open up the task list it says "not generated to save on performance. Click here to enable"
😇 1