[comment-loader-extension] Introduce comment loader extension

This commit is contained in:
2025-08-05 18:15:53 +02:00
parent 32831c7c22
commit 6f2e715b2a
13 changed files with 467 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ plugins {
dependencies {
implementation(project(":tweed5-serde-api"))
implementation(libs.gson)
api(libs.gson)
testImplementation(project(":serde-json-test-utils"))
}