From 277fbdc568d1f9c650c513cd05f666226490be4a Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Sat, 30 Aug 2025 13:27:18 +0200 Subject: [PATCH] Update Shadow link in FAQ section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c76731..75931f9 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ gr8 { **Could I use the Shadow plugin instead?** -The [Gradle Shadow Plugin](https://imperceptiblethoughts.com/shadow/) has been [helping plugin authors](https://www.alecstrong.com/posts/shading/) for years and is a very stable solution. Unfortunately, it doesn't allow very granular configuration and [might relocate constant strings that shouldn't be](https://github.com/johnrengelman/shadow/issues/232). In practice, any plugin that tries to read the `"kotlin"` extension is subject to having its behaviour changed: +The [Gradle Shadow Plugin](https://gradleup.com/shadow/) has been [helping plugin authors](https://www.alecstrong.com/posts/shading/) for years and is a very stable solution. Unfortunately, it doesn't allow very granular configuration and [might relocate constant strings that shouldn't be](https://github.com/johnrengelman/shadow/issues/232). In practice, any plugin that tries to read the `"kotlin"` extension is subject to having its behaviour changed: ```kotlin project.extensions.getByName("kotlin")