*kapt3-idea* added to test-dependencies in *uast-kotlin*

This commit is contained in:
Nicolay Mitropolsky
2017-12-19 18:03:26 +03:00
parent ef433d163e
commit 4c5cf0f7e7
+1
View File
@@ -26,6 +26,7 @@ dependencies {
testRuntime(ideaPluginDeps("*.jar", plugin = "properties"))
testRuntime(project(":idea:idea-android"))
testRuntime(project(":idea:idea-gradle"))
testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false }
testRuntime(project(":sam-with-receiver-ide-plugin"))
testRuntime(project(":allopen-ide-plugin"))
testRuntime(project(":noarg-ide-plugin"))