Fix artifacts needed for the kotlin-gradle-plugin

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