hi, I am not sure if its an Android studio issue o...
# android-studio
k
hi, I am not sure if its an Android studio issue or an intellij issue or even a gradle issue, i converted my groovy gradle build scripts to kotlin gradle dsl,  but now in my gradle tool window, i do not see any gradle tasks, only the dependencies of each module are shown. is this expected? Running 
./gradlew tasks
 i am able to see the list of tasks for my project though. I mm currently using gradle 6.5 with android studio 4.1.1, kotlin version 1.4.21
s
You found how to fix this?