Putting kotlin-jdk-annotations.jar into lib directory instead of lib/alt.
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ public class ForTestPackJdkAnnotations {
|
||||
if (ForTestCompileSomething.ACTUALLY_COMPILE) {
|
||||
return getJarFile();
|
||||
}
|
||||
final File jdkAnnotations = new File("dist/kotlinc/lib/alt/kotlin-jdk-annotations.jar");
|
||||
final File jdkAnnotations = new File("dist/kotlinc/lib/kotlin-jdk-annotations.jar");
|
||||
if (!jdkAnnotations.exists()) {
|
||||
throw new RuntimeException("Kotlin JDK annotations jar not found; please run 'ant dist' to build it");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user