From cdabcb12d651f55ba1f198de8e44a32e7d6a29a3 Mon Sep 17 00:00:00 2001 From: Romain Delamare Date: Mon, 14 Jul 2025 19:17:18 +0200 Subject: [PATCH] Kdl4J now supports KDL v2 --- src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.md b/src/index.md index aaebaa6..d8d1cd2 100644 --- a/src/index.md +++ b/src/index.md @@ -129,7 +129,7 @@ of some examples of KDL in the wild (either v1, v2, or both): * [gokdl](https://github.com/lunjon/gokdl) * [kdl-go](https://github.com/sblinch/kdl-go) * Haskell - [Hustle](https://github.com/fuzzypixelz/Hustle) -* Java - [kdl4j](https://github.com/hkolbeck/kdl4j) +* Java - [kdl4j](https://github.com/kdl-org/kdl4j)\* * JavaScript - * [@bgotink/kdl](https://github.com/bgotink/kdl)\* (Format/comment-preserving parser) * [@virtualstate/kdl](https://github.com/virtualstate/kdl) (query only, JSX based)