Fix artifacts needed for the kotlin-gradle-plugin

This commit is contained in:
Alexander Dudinsky
2021-02-18 16:47:22 +03:00
parent 8c20c655fe
commit 33313ae4b4
+2 -1
View File
@@ -52,7 +52,8 @@ val kotlinGradlePluginAndItsRequired = arrayOf(
":kotlin-scripting-compiler-embeddable",
":kotlin-scripting-compiler-impl-embeddable",
":kotlin-test-js-runner",
":native:kotlin-klib-commonizer-embeddable"
":native:kotlin-klib-commonizer-embeddable",
":native:kotlin-klib-commonizer-api:install"
)
fun Task.dependsOnKotlinGradlePluginInstall() {