From bc264445b413624d11a8c315f88c91d50d998146 Mon Sep 17 00:00:00 2001 From: Henri Schubin Date: Mon, 30 Jan 2023 23:21:43 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 5fde1fb..ba3a74d 100644 --- a/Home.md +++ b/Home.md @@ -18,7 +18,8 @@ Misc. modules (rarely need to be touched) - `:common:common-api` + This contains the Slf4j implementation which needs to be included in loaders but doesn't need to be accessed by API users - `:common:common-templates` - + Contains [DynamicProxies](https://github.com/Vankka/DynamicProxy) that are then used in `:common` + + Contains [DynamicProxies](https://github.com/Vankka/DynamicProxy) that are used by platforms + + Depends on `:common` therefor cannot be depended on by `:common` - `:common:common-unrelocate` + Hack to work around needing classes to be (un)relocated but only _sometimes_ - `:i18n`