Wizard: move UI texts to bundles
This commit is contained in:
@@ -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")}")
|
||||
|
||||
Reference in New Issue
Block a user