Rename android-annotations -> kotlin-annotations-android

also rewrite it's buildscript in kts and add to compiler tests dependencies
This commit is contained in:
Leonid Stashevsky
2017-10-10 12:08:05 +03:00
parent 781ca6d2b5
commit 13880b18ea
7 changed files with 29 additions and 41 deletions
@@ -78,7 +78,7 @@ public class ForTestCompileRuntime {
@NotNull
public static File androidAnnotationsForTests() {
return assertExists(new File("dist/kotlinc/lib/android-annotations.jar"));
return assertExists(new File("dist/kotlinc/lib/kotlin-annotations-android.jar"));
}
// TODO: Do not use these classes, remove them after stdlib tests are merged in the same build as the compiler