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...).