Add idea-android module to dependencies of scripting-support because it is needed for tests

This commit is contained in:
Natalia Selezneva
2019-10-10 12:02:14 +03:00
parent 18b287def5
commit 768200266a
+2
View File
@@ -27,6 +27,8 @@ dependencies {
testRuntime(project(":kotlinx-serialization-compiler-plugin"))
testRuntime(project(":kotlinx-serialization-ide-plugin")) { isTransitive = false }
testRuntime(project(":idea:idea-android")) { isTransitive = false }
Platform[192].orHigher {
testCompileOnly(intellijPluginDep("java"))
testRuntime(intellijPluginDep("java"))