Include kotlin-test-annotations-common into core libs list

Otherwise it doesn't get published when executing
coreLibsInstall/coreLibsPublish tasks.
This commit is contained in:
Ilya Gorbunov
2020-03-31 23:03:58 +03:00
parent 5e1e9876fd
commit 55a98fc5df
+1
View File
@@ -281,6 +281,7 @@ val coreLibProjects = listOfNotNull(
":kotlin-stdlib-js-ir".takeIf { includeStdlibJsIr },
":kotlin-stdlib-jdk7",
":kotlin-stdlib-jdk8",
":kotlin-test:kotlin-test-annotations-common",
":kotlin-test:kotlin-test-common",
":kotlin-test:kotlin-test-jvm",
":kotlin-test:kotlin-test-junit",