'Gradle(7.4.2) creating two seperate projects

This is my first project with Gradle I've installed latest gradle version 7.4.2, but when i create new gradle project named "FirstGradleProject" then it is creating two seperate folders named "FirstGradleProject" and "lib" respectively, and i want all the files in "FirstGradleProject" what should i do.

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source