diff options
author | Linnea Gräf <nea@nea.moe> | 2025-01-07 14:07:14 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2025-01-07 14:07:14 +0100 |
commit | 34334396178eec3f72f1228b400cb9ec81c4ce4c (patch) | |
tree | 416d05a1193aa787c3fcbe44431a87d9ec555f3b /build-src/README.md | |
parent | f2783ceea23147d2702c47c9b47c06ad7fc707a8 (diff) | |
download | LocalTransactionLedger-34334396178eec3f72f1228b400cb9ec81c4ce4c.tar.gz LocalTransactionLedger-34334396178eec3f72f1228b400cb9ec81c4ce4c.tar.bz2 LocalTransactionLedger-34334396178eec3f72f1228b400cb9ec81c4ce4c.zip |
build: Split up dependency injection into its own package
Diffstat (limited to 'build-src/README.md')
-rw-r--r-- | build-src/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build-src/README.md b/build-src/README.md new file mode 100644 index 0000000..66d45bc --- /dev/null +++ b/build-src/README.md @@ -0,0 +1,2 @@ + +Intentionally not using `buildSrc` over an `includeBuild("build-src")` due to better performance of composite builds. |