From a8ddf03b536a536d02044c6f724f7b4a04fd3fa0 Mon Sep 17 00:00:00 2001 From: Emmanuel Duchastenier Date: Thu, 21 Dec 2017 13:49:42 +0100 Subject: [PATCH] README: IntelliJ IDEA 2017.3 is not early access anymore update README.md with direct download link to IntelliJ IDEA latest version --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 8b8bacdb5d7..e80aaf59391 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -85,7 +85,7 @@ Refer to [libraries/ReadMe.md](libraries/ReadMe.md) for details. ## Working with the project in IntelliJ IDEA -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/). +Working with the Kotlin project requires IntelliJ IDEA 2017.3. You can download IntelliJ IDEA 2017.3 [here](https://www.jetbrains.com/idea/download). 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.