From f403a0da82336677ae140cdaeadcd8d18b4590a7 Mon Sep 17 00:00:00 2001 From: Victor Turansky Date: Sat, 28 Mar 2020 18:52:41 +0300 Subject: [PATCH] README Update IDEA plugin dist path --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index dca8eea5ee3..f940bce800a 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -73,7 +73,7 @@ command line parameters on the first run: - `clean` - clean build results - `dist` - assembles the compiler distribution into `dist/kotlinc/` folder -- `ideaPlugin` - assembles the Kotlin IDEA plugin distribution into `dist/artifacts/Kotlin` folder +- `ideaPlugin` - assembles the Kotlin IDEA plugin distribution into `dist/artifacts/ideaPlugin/Kotlin/` folder - `install` - build and install all public artifacts into local maven repository - `runIde` - build IDEA plugin and run IDEA with it - `coreLibsTest` - build and run stdlib, reflect and kotlin-test tests