From cb8f9176c84f976745cf95dbbff6b3a0761d2e40 Mon Sep 17 00:00:00 2001 From: ligi Date: Wed, 5 Jun 2019 08:42:49 +0200 Subject: [PATCH] fix typo (#66) --- 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"