From e8804dc53d3a41f0114cf24185125edd398b7e6d Mon Sep 17 00:00:00 2001 From: SaintMalik <37118134+saintmalik@users.noreply.github.com> Date: Mon, 18 Jan 2021 15:08:48 +0100 Subject: [PATCH] Fix broken url in docs ## Summary Easy navigation and easy reading for others --- kotlin-native/GRADLE_PLUGIN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin-native/GRADLE_PLUGIN.md b/kotlin-native/GRADLE_PLUGIN.md index 55f61364383..68b8e05771a 100644 --- a/kotlin-native/GRADLE_PLUGIN.md +++ b/kotlin-native/GRADLE_PLUGIN.md @@ -459,7 +459,7 @@ dependencies { It's possible to depend on a Kotlin/Native library published earlier in a maven repo. The plugin relies on Gradle's -[metadata](https://github.com/gradle/gradle/blob/master/subprojects/docs/src/docs/design/gradle-module-metadata-specification.md) +[metadata](https://github.com/gradle/gradle/blob/master/subprojects/docs/src/docs/design/gradle-module-metadata-latest-specification.md) support so the corresponding feature must be enabled. Add the following line in your `settings.gradle`: