diff --git a/bin/kotlin b/bin/kotlin index dac7f9ffec1..a8b911ec7be 100755 --- a/bin/kotlin +++ b/bin/kotlin @@ -18,7 +18,7 @@ done test -n "$ideaRoot" || die "Idea root not found" classpath="$root/out/production/cli" -classpath="$classpath:$root/out/production/backend:$root/out/production/frontend:$root/out/production/frontend.java" +classpath="$classpath:$root/out/production/backend:$root/out/production/frontend:$root/out/production/frontend.java:$root/out/production/jet.as.java.psi" classpath="$classpath:$root/out/production/stdlib" classpath="$classpath:$root/lib/*:$ideaRoot/lib/*:$ideaRoot/lib/rt/*"