From f8f6abf22da5709bde9f7b67278c89064e60cb23 Mon Sep 17 00:00:00 2001 From: Guilherme Delgado Date: Sat, 6 Jul 2024 12:55:47 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15993be..c0242bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ > > It means that the "Shared" framework will include all this external dependencies (from the "SharedModel" in this case) sand will generate new types to reference those external types. That's why we endup having `Shared_modelsHello` instead of just `Hello`. +Modules that provide external dependencies must include the plugin in their `build.gradle`. ---