From 55a98fc5df1d1497d5ea8479e353b408a6d9aecb Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Tue, 31 Mar 2020 23:03:58 +0300 Subject: [PATCH] Include kotlin-test-annotations-common into core libs list Otherwise it doesn't get published when executing coreLibsInstall/coreLibsPublish tasks. --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index 7ece3b2009b..de1c7195bc8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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",