mirror of
https://github.com/zaaarf/lillero-processor.git
synced 2024-11-22 14:44:51 +01:00
doc: updated readme
This commit is contained in:
parent
51d9375e0b
commit
52898ed2f1
1 changed files with 1 additions and 3 deletions
|
@ -6,8 +6,6 @@ First things first, add the processor and its dependencies to your `build.gradle
|
||||||
```groovy
|
```groovy
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'ftbsc.lll:processor:0.1.0'
|
implementation 'ftbsc.lll:processor:0.1.0'
|
||||||
annotationProcessor 'com.squareup:javapoet:1.13.0'
|
|
||||||
annotationProcessor 'ftbsc:lll:0.2.1'
|
|
||||||
annotationProcessor 'ftbsc.lll:processor:0.1.0'
|
annotationProcessor 'ftbsc.lll:processor:0.1.0'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue