> For the complete documentation index, see [llms.txt](https://roudi.gitbook.io/guia-navigation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://roudi.gitbook.io/guia-navigation/setup.md).

# Setup

Add Maven Central to your project level gradle file.

```kotlin
repositories {
    mavenCentral()
}
```

Add the dependency to your module level gradle file

```kotlin
dependencies {
    implementation("com.roudikk.guia:guia:$currentVersion")
}
```

{% hint style="info" %}
Latest version found [here](https://github.com/roudikk/guia/releases)
{% endhint %}
