[serde-gson] Support for Gson readers and writers
This commit is contained in:
13
tweed5-serde-gson/build.gradle.kts
Normal file
13
tweed5-serde-gson/build.gradle.kts
Normal file
@@ -0,0 +1,13 @@
|
||||
plugins {
|
||||
id("de.siphalor.tweed5.base-module")
|
||||
id("de.siphalor.tweed5.minecraft.mod.dummy")
|
||||
id("de.siphalor.tweed5.shadow.explicit")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":tweed5-serde-api"))
|
||||
implementation(libs.gson)
|
||||
|
||||
testImplementation(project(":serde-json-test-utils"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user