Fix broken url in docs

## Summary

Easy navigation and easy reading for others
This commit is contained in:
SaintMalik
2021-01-18 15:08:48 +01:00
committed by Nikolay Krasko
parent a403b9ff05
commit e8804dc53d
+1 -1
View File
@@ -459,7 +459,7 @@ dependencies {
</div>
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`:
<div class="sample" markdown="1" theme="idea" mode="groovy">