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... 😕
dave08
06/06/2021, 9:44 AM
I'm on: Android Studio 4.2.1
Build #AI-202.7660.26.42.7351085, built on May 10, 2021
j
Javier
06/06/2021, 10:48 AM
there is a checkbox about that in the experimental tab, uncheck it and they will appear
d
dave08
06/06/2021, 11:04 AM
🙃 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?
dave08
06/06/2021, 11:23 AM
Thanks! Now the task list is getting built. I was afraid that my gradle configuration was messed up when I first saw this...
c
Colton Idle
06/06/2021, 12:53 PM
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"