From: Alexander Goussas Date: Tue, 30 Dec 2025 13:06:33 +0000 (-0500) Subject: add instruction to add library to readme X-Git-Url: http://git.frustrated-labs.net/?a=commitdiff_plain;h=7ee4b9477077553ff069aa52cb5f2e53d5ba918b;p=gradle-configvalidator-plugin.git add instruction to add library to readme --- diff --git a/README.md b/README.md index c539530..dae5f39 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,14 @@ the [wiki](https://github.com/aloussase/configvalidator/wiki). ## Usage +Add the library dependency: + +```kotlin +dependencies { + implementation("io.github.aloussase:configvalidator:0.2.0") +} +``` + The library is highly configurable to: - **Pull configuration variables** from different sources