From a78458b1d09410542c089c140db754ca443dd981 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Wed, 2 Jul 2014 18:40:52 +0400 Subject: [PATCH] Update ReadMe after switching to IDEA 14 --- ReadMe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 6188b083b63..986b7c10646 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -112,7 +112,7 @@ Also the [JavaScript translation](https://github.com/JetBrains/kotlin/blob/maste The Kotlin compiler is currently all written in Java (we plan to port it to Kotlin later). So the easiest way to work on the compiler or IDEA plugin is -* download a clean [IDEA 13 EAP build](http://confluence.jetbrains.net/display/IDEADEV/IDEA+13+EAP) +* download a clean [IDEA 14 EAP build](http://confluence.jetbrains.com/display/IDEADEV/IDEA+14+EAP) * [install the Kotlin plugin](#pre-built-plugin) * open the [root kotlin project](https://github.com/JetBrains/kotlin) in IDEA (opening the kotlin directory) @@ -125,7 +125,7 @@ You can now run the various Run/Debug Configurations such as ## If you want to work on the Kotlin libraries -* download a clean [IDEA 13 EAP build](http://confluence.jetbrains.net/display/IDEADEV/IDEA+13+EAP) +* download a clean [IDEA 14 EAP build](http://confluence.jetbrains.com/display/IDEADEV/IDEA+14+EAP) * [install the Kotlin plugin](#pre-built-plugin) * open the [kotlin libraries project](https://github.com/JetBrains/kotlin/tree/master/libraries)