From 35f732c3b10bf194bd35d517dd6616d95ddc67f6 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Thu, 31 Mar 2016 21:50:56 -0800 Subject: [PATCH] Arrows. --- getting-started/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/getting-started/index.html b/getting-started/index.html index f2f2265..afb0aef 100644 --- a/getting-started/index.html +++ b/getting-started/index.html @@ -147,7 +147,8 @@ If you are planning to use IDEA to work on your project, you can ask Kobalt to g

6. IDEA users: sync your build file

- If you're using Intellij IDEA, make sure you've installed the Kobalt plugin and then go to Kobalt -> Sync Build File. Once the build file is synchronized, the errors should disappear + If you're using Intellij IDEA, make sure you've installed the Kobalt plugin and then go to Tools → Kobalt → Sync Build File. Once the build file is synchronized, the errors should + disappear and you can now use all the regular functions of IDEA on Build.kt just like any other Kotlin files (auto completion, jump to symbol, etc...).