Mention downstream usage of new wizard backend

This commit is contained in:
Kirill Shmakov
2020-06-02 18:29:32 +03:00
parent fe4bb24a3e
commit a22fb2c1ba
@@ -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"))