diff options
author | isXander <xandersmith2008@gmail.com> | 2023-08-15 00:16:13 +0100 |
---|---|---|
committer | isXander <xandersmith2008@gmail.com> | 2023-08-15 00:16:13 +0100 |
commit | 5523d357f35410a043e83ef4a9506c806056f392 (patch) | |
tree | e2f88e5303394165d806ceb500cbd123276df349 /fabric | |
parent | b3355266572deef1a5c3e494ad162c592383e455 (diff) | |
download | YetAnotherConfigLib-5523d357f35410a043e83ef4a9506c806056f392.tar.gz YetAnotherConfigLib-5523d357f35410a043e83ef4a9506c806056f392.tar.bz2 YetAnotherConfigLib-5523d357f35410a043e83ef4a9506c806056f392.zip |
Added json5 to gson serializer
Diffstat (limited to 'fabric')
-rw-r--r-- | fabric/build.gradle.kts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fabric/build.gradle.kts b/fabric/build.gradle.kts index bee77d4..de256bd 100644 --- a/fabric/build.gradle.kts +++ b/fabric/build.gradle.kts @@ -44,6 +44,10 @@ dependencies { implementation(it) include(it) } + libs.bundles.quilt.parsers.let { + implementation(it) + include(it) + } "common"(project(path = ":common", configuration = "namedElements")) { isTransitive = false } "shadowCommon"(project(path = ":common", configuration = "transformProductionFabric")) { isTransitive = false } |