*kapt3-idea* added to *ultimate* as testRuntime dependency
because of falling tests. It seems that there is not such issue in 1.2.0 branch
This commit is contained in:
@@ -81,6 +81,7 @@ dependencies {
|
||||
testRuntime(project(":kotlin-noarg-compiler-plugin")) { isTransitive = false }
|
||||
testRuntime(project(":allopen-ide-plugin")) { isTransitive = false }
|
||||
testRuntime(project(":kotlin-allopen-compiler-plugin")) { isTransitive = false }
|
||||
testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false }
|
||||
testRuntime(ideaUltimateSdkDeps("*.jar"))
|
||||
testRuntime(ideaUltimatePluginDeps("*.jar", plugin = "properties"))
|
||||
testRuntime(ideaUltimatePluginDeps("*.jar", plugin = "coverage"))
|
||||
|
||||
Reference in New Issue
Block a user