Fix class not found exception in gradle wizard tests

This commit is contained in:
Ilya Kirillov
2019-12-18 01:39:40 +03:00
parent 1ab405a86c
commit 830f0c6137
+1
View File
@@ -46,6 +46,7 @@ dependencies {
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
testRuntime(project(":kotlin-native:kotlin-native-library-reader")) { isTransitive = false }
testRuntime(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false }
testRuntime(project(":idea:idea-new-project-wizard"))
testRuntime(project(":kotlin-reflect"))
testRuntime(project(":idea:idea-jvm"))