gradle-parser icon indicating copy to clipboard operation
gradle-parser copied to clipboard

:coffee: Parse gradle files and return JSON

Results 1 gradle-parser issues
Sort by recently updated
recently updated
newest added

# Current state - Dependencies with the version specified as an inline text are picked up, e.g. `compile "com.squareup.okhttp3:okhttp:3.11.0"` ([example](https://github.com/johnjohndoe/HalfnarpClient/blob/2709a1fc2756f06cc6ba3c64ccd22fd057e4e2ef/build.gradle#L34)) - Dependencies with the version specified as an inline variable...

feature
medium