my-gradle-project/ <-- 🟢 Root project (also the only project) ├── build.gradle.kts <-- Gradle build script (Kotlin DSL) ├── settings.gradle.kts <-- Tells Gradle the project name ├── gradle/ <-- ...