Skip to content

Commit d9e0486

Browse files
committed
Fix ultimate tests
1 parent 0f19983 commit d9e0486

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ultimate/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ dependencies {
6868
testCompile(ideaUltimateSdkDeps("gson"))
6969
testCompile(preloadedDeps("kotlinx-coroutines-core"))
7070

71+
testRuntime(projectDist(":kotlin-script-runtime"))
7172
testRuntime(projectRuntimeJar(":kotlin-compiler"))
7273
testRuntime(project(":plugins:android-extensions-ide")) { isTransitive = false }
7374
testRuntime(project(":plugins:android-extensions-compiler")) { isTransitive = false }

0 commit comments

Comments
 (0)