Add idea-android module to dependencies of scripting-support because it is needed for tests
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user