From 4a0ad54829aa7b2e4c22eca08dbd42131b732c9c Mon Sep 17 00:00:00 2001 From: Stanislav Erokhin Date: Wed, 27 Sep 2017 21:23:00 +0300 Subject: [PATCH] Fix Working with the project in IntelliJ IDEA instruction --- ReadMe.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 1e2cec4c29f..2a898773630 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -87,8 +87,6 @@ Refer to [libraries/ReadMe.md](libraries/ReadMe.md) for details. Working with the Kotlin project requires IntelliJ IDEA 2017.3. You can download an Early Access Preview version of IntelliJ IDEA 2017.3 [here](https://www.jetbrains.com/idea/nextversion/). -The [root Kotlin project](https://github.com/JetBrains/kotlin) should be imported into IDEA as gradle project. - To import the project in Intellij choose project directory in Open project dialog. Then, after project opened, Select `File` -> `New...` -> `Module from Existing Sources` in the menu, and select `build.gradle.kts` file in the project's root folder.