Gradle expects your project to be conform to a basic structure, including a settings.gradle
or settings.gradle.kts
file in the root directory of your project. The easiest way to get everything you need in place is to run gradle init
in the root project directory. For detailed information, see Build Init in the excellent user manual.
I dont have “gradle init” anywhere
What do you do where or what do you try to do?
I am trying to open gradle inside my project.
But your project is not a Gradle project, is it?