[Test] Add 'kotlin-stdlib-jdk7' to dependency for publishing KGP

This commit is contained in:
Alexander Dudinsky
2021-03-17 12:21:08 +03:00
parent 10d16d10d5
commit 28e4ce191b
+1
View File
@@ -46,6 +46,7 @@ val kotlinGradlePluginAndItsRequired = arrayOf(
":kotlin-gradle-subplugin-example",
":kotlin-stdlib-common",
":kotlin-stdlib",
":kotlin-stdlib-jdk7",
":kotlin-stdlib-jdk8",
":kotlin-stdlib-js",
":examples:annotation-processor-example",