New J2K: Fix converters spliting
This commit is contained in:
committed by
Ilya Kirillov
parent
db2ad96f00
commit
02a206bf7c
@@ -96,6 +96,7 @@ dependencies {
|
||||
testRuntime(project(":idea:idea-android")) { isTransitive = false }
|
||||
testRuntime(project(":plugins:lint")) { isTransitive = false }
|
||||
testRuntime(project(":plugins:uast-kotlin"))
|
||||
testRuntime(project(":nj2k:nj2k-services")) { isTransitive = false }
|
||||
|
||||
(rootProject.extra["compilerModules"] as Array<String>).forEach {
|
||||
testRuntime(project(it))
|
||||
|
||||
Reference in New Issue
Block a user