From bb27130d07605cafdaff8cd1cd80070075108a38 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Wed, 20 Jan 2016 19:06:27 -0800 Subject: [PATCH] Rephrase. --- getting-started/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/getting-started/index.html b/getting-started/index.html index b3ae474..c5923e4 100644 --- a/getting-started/index.html +++ b/getting-started/index.html @@ -127,7 +127,9 @@ val p = kotlinProject {

4. 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. This will download dependencies in a way that IDEA understand so you no loger get errors. + 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 + 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...).

5. Next steps