diff --git a/Home.md b/Home.md index 6066e8e..023c1b8 100644 --- a/Home.md +++ b/Home.md @@ -33,13 +33,21 @@ dependencies { implementation 'xyz.alexcrea:CustomAnvil:1.5.2' } ``` +for easy copy paste: +```groovy +implementation 'xyz.alexcrea:CustomAnvil:1.5.2' +``` ### Gradle dependency (Kotlin) -```groovy +```kotlin dependencies { implementation("xyz.alexcrea:CustomAnvil:1.5.2") } ``` +for easy copy paste: +```kotlin +implementation("xyz.alexcrea:CustomAnvil:1.5.2") +``` ## Complementary information