Rename android-annotations -> kotlin-annotations-android
also rewrite it's buildscript in kts and add to compiler tests dependencies
This commit is contained in:
@@ -33,7 +33,8 @@ val testDistProjects = listOf(
|
||||
":kotlin-preloader",
|
||||
":plugins:android-extensions-compiler",
|
||||
":kotlin-ant",
|
||||
":kotlin-annotations-jvm")
|
||||
":kotlin-annotations-jvm",
|
||||
":kotlin-annotations-android")
|
||||
|
||||
dependencies {
|
||||
depDistProjects.forEach {
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user