From b8942c5f04ce69950f75f9bd73fa079937d83433 Mon Sep 17 00:00:00 2001 From: xiexed Date: Mon, 8 May 2017 14:55:30 +0200 Subject: [PATCH] Readme for ultimate project (#1070) --- ultimate/ReadMe.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 ultimate/ReadMe.md diff --git a/ultimate/ReadMe.md b/ultimate/ReadMe.md new file mode 100644 index 00000000000..fcd71c3be31 --- /dev/null +++ b/ultimate/ReadMe.md @@ -0,0 +1,25 @@ +# Kotlin Ultimate + +This project is a part of **Kotlin IntelliJ IDEA Plugin** +which provides support for Ultimate IDEA features from Kotlin side. + +If you want to work on this project you should open it in IDEA as separate project. + +## Build + +To build this project: + +1. Run `ant -f update_dependencies.xml` in **kotlin-ultimate** folder. +2. Build main Kotlin project itself. +3. Build **kotlin-ultimate** project. + +## Build a plugin + +If you want to build a **Kotlin IntelliJ IDEA Plugin** locally +with ultimate features support you should: + +1. Build kotlin plugin in main project: **Build -> Build Artifacts -> Kotlin Plugin -> Build**. +2. Run `ant -f build.xml` in **kotlin-ultimate** folder. + +Then you will get kotlin-plugin with ultimate features in `ultimate/out/artifacts/Kotlin` folder. +And then you can move/copy/symlink `ultimate/out/artifacts/Kotlin` to the IDEA config: `config/plugins/Kotlin`. \ No newline at end of file