Open File-> Project Structure.
Issue: It says "Project Structure is unavailable for projects that use Gradle KTS build files. This project uses Gradle KTS build files which are not fully supported in this version of Android Studio"
I am using the below configuration
- Android Studio : 3.5.3
- Gradle plugin : 3.5.3
- Gradle wrapper : 5.5.1
Is this the expected behavior? Can anyone provide a suggestion to fix this
Android studio 3.5.x did not support very well Gradle Kotlin DSL. You shoud try it on android 4.X it's way better supported.