Skip to content

Commit 987ad9f

Browse files
authored
Update README.md
1 parent fae614f commit 987ad9f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# json5-kotlin
22
JSON5 implementation for Kotlin/JVM
33

4+
> [!WARNING]
5+
> This is an experimental project. It's non-functional at the moment.
6+
47
This project uses [Gradle](https://gradle.org/).
58
To build and run the application, use the *Gradle* tool window by clicking the Gradle icon in the right-hand toolbar,
69
or run it directly from the terminal:
@@ -21,4 +24,4 @@ This project follows the suggested multi-module setup and consists of the `app`
2124
The shared build logic was extracted to a convention plugin located in `buildSrc`.
2225

2326
This project uses a version catalog (see `gradle/libs.versions.toml`) to declare and version dependencies
24-
and both a build cache and a configuration cache (see `gradle.properties`).
27+
and both a build cache and a configuration cache (see `gradle.properties`).

0 commit comments

Comments
 (0)