Wizard: move UI texts to bundles

This commit is contained in:
Ilya Kirillov
2020-03-25 11:32:52 +03:00
parent 927ccf2ab1
commit 80bae578bf
17 changed files with 140 additions and 108 deletions
@@ -7,6 +7,9 @@ dependencies {
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"))
//needed only for message bundles
implementation(intellijCoreDep())
testImplementation(project(":kotlin-test:kotlin-test-junit"))
testImplementation(commonDep("junit:junit"))
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:${property("versions.kotlinx-collections-immutable")}")