An open API service indexing awesome lists of open source software.

https://github.com/autonomousapps/gradle-script-grammar

Parses Gradle build scripts (Groovy and Kotlin DSL)
https://github.com/autonomousapps/gradle-script-grammar

Last synced: 3 months ago
JSON representation

Parses Gradle build scripts (Groovy and Kotlin DSL)

Awesome Lists containing this project

README

          

# Gradle Build Script Grammar

This library can parse Gradle build scripts, written in either Groovy or Kotlin (`build.gradle` and `build.gradle.kts`).

This library is forked from https://github.com/square/gradle-dependencies-sorter, and is intended to ultimately replace
its `:grammar` subproject.