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"))