From a22fb2c1baba648f760bfef9de4cdc2b479acec6 Mon Sep 17 00:00:00 2001 From: Kirill Shmakov Date: Tue, 2 Jun 2020 18:29:32 +0300 Subject: [PATCH] Mention downstream usage of new wizard backend --- libraries/tools/new-project-wizard/build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/tools/new-project-wizard/build.gradle.kts b/libraries/tools/new-project-wizard/build.gradle.kts index a129e1e8378..26e7ab671fa 100644 --- a/libraries/tools/new-project-wizard/build.gradle.kts +++ b/libraries/tools/new-project-wizard/build.gradle.kts @@ -4,6 +4,8 @@ plugins { } dependencies { + // Wizard backend is reused in the KMM plugin. Please take a look at https://jetbrains.quip.com/LBjwAw0H3w8H + // before adding new dependencies on the Kotlin plugin parts. api("org.apache.velocity:velocity:1.7") // we have to use the old version as it is the same as bundled into IntelliJ compileOnly(project(":kotlin-reflect-api"))