mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
use compileOnly (and updated version)
parent
d249334e17
commit
fc5f28bd20
1 changed files with 4 additions and 4 deletions
8
Home.md
8
Home.md
|
|
@ -35,12 +35,12 @@ Make sure `mavenCentral()` is present in your Gradle repositories
|
||||||
### Gradle dependency (Groovy)
|
### Gradle dependency (Groovy)
|
||||||
```groovy
|
```groovy
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'xyz.alexcrea:CustomAnvil:1.7.1'
|
compileOnly'xyz.alexcrea:CustomAnvil:1.9.0'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
for easy copy paste:
|
for easy copy paste:
|
||||||
```groovy
|
```groovy
|
||||||
implementation 'xyz.alexcrea:CustomAnvil:1.7.1'
|
compileOnly 'xyz.alexcrea:CustomAnvil:1.9.0'
|
||||||
```
|
```
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
@ -48,12 +48,12 @@ implementation 'xyz.alexcrea:CustomAnvil:1.7.1'
|
||||||
### Gradle dependency (Kotlin)
|
### Gradle dependency (Kotlin)
|
||||||
```kotlin
|
```kotlin
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("xyz.alexcrea:CustomAnvil:1.7.1")
|
compileOnly("xyz.alexcrea:CustomAnvil:1.9.0")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
for easy copy paste:
|
for easy copy paste:
|
||||||
```kotlin
|
```kotlin
|
||||||
implementation("xyz.alexcrea:CustomAnvil:1.7.1")
|
compileOnly("xyz.alexcrea:CustomAnvil:1.9.0")
|
||||||
```
|
```
|
||||||
|
|
||||||
## Complementary information
|
## Complementary information
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue