From 7dd543b9543b2f7a4c2f5c5e79fc3a82628c01bf Mon Sep 17 00:00:00 2001 From: ligi Date: Wed, 5 Jun 2019 04:56:56 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f09a864ea..92ae4aabe 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ this [configuration file](https://github.com/JetBrains/kotlin-web-demo/blob/mast ## How to add your dependencies to kotlin compiler :books: -Just put whatever you need as dependencies to [gradle.build](https://github.com/JetBrains/kotlin-web-demo/blob/master/versions/1.1.60/build.gradle) via gradle task called `library`: +Just put whatever you need as dependencies to [build.gradle](https://github.com/JetBrains/kotlin-web-demo/blob/master/versions/1.1.60/build.gradle) via gradle task called `library`: ```gradle library "your dependency"