We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff45ea1 commit e967ab5Copy full SHA for e967ab5
README.md
@@ -21,8 +21,8 @@ Then add the dependency to the application module:
21
22
```groovy
23
dependencies {
24
- annotationProcessor 'com.github.Fueled.flowr:flowr-compiler:1.3.0'
25
- compile 'com.github.fueled:flowr:1.3.0'
+ annotationProcessor 'com.github.fueled.flowr:flowr-compiler:1.3.0'
+ compile 'com.github.fueled.flowr:flowr:1.3.0'
26
}
27
```
28
0 commit comments