---
title: Gradle Setup (For Gradle Version 7+)
description: Configure repository settings in settings.gradle for Gradle 7 and above.
---

> **For AI agents:** the complete documentation index is at [llms.txt](/llms.txt). Append `.md` to any page URL for its markdown version.

If you're using Gradle version 7+, update your repository section on your `settings.gradle` file, instead of `build.gradle`. Please note: The repository section should be included as part of the `dependencyResolutionManagement` section:
