https://github.com/block/gradle-catalog-editor
A kotlin library for parsing, editing, and serializing Gradle version catalogs
https://github.com/block/gradle-catalog-editor
Last synced: 19 days ago
JSON representation
A kotlin library for parsing, editing, and serializing Gradle version catalogs
- Host: GitHub
- URL: https://github.com/block/gradle-catalog-editor
- Owner: block
- License: apache-2.0
- Created: 2026-05-08T00:17:11.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-10T18:49:46.000Z (2 months ago)
- Last Synced: 2026-06-19T08:31:28.162Z (about 1 month ago)
- Language: Kotlin
- Size: 22.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Governance: GOVERNANCE.md
Awesome Lists containing this project
README
# gradle-catalog-editor README
## Introduction
This project provides a utility for parsing, editing, and serializing Gradle version catalog files.
Traditionally these live in `gradle/libs.versions.toml` of a Gradle build, and use TOML syntax.
## Project Resources
| Resource | Description |
| ------------------------------------------ | ------------------------------------------------------------------------------ |
| [CODEOWNERS](./CODEOWNERS) | Outlines the project lead(s) |
| [GOVERNANCE.md](./GOVERNANCE.md) | Project governance |
| [LICENSE](./LICENSE) | Apache License, Version 2.0 |