Migrate SubpluginsIT to new test DSL

^KT-45745 In Progress
This commit is contained in:
Yahor Berdnikau
2021-12-21 18:12:15 +01:00
parent 47ed6dcfb4
commit 1c1e8f3c85
21 changed files with 398 additions and 424 deletions
+3 -1
View File
@@ -63,6 +63,7 @@ val kotlinGradlePluginAndItsRequired = arrayOf(
":kotlin-stdlib-js",
":kotlin-stdlib-wasm",
":examples:annotation-processor-example",
":kotlin-sam-with-receiver",
":kotlin-script-runtime",
":kotlin-scripting-common",
":kotlin-scripting-jvm",
@@ -72,7 +73,8 @@ val kotlinGradlePluginAndItsRequired = arrayOf(
":kotlin-test-js-runner",
":native:kotlin-klib-commonizer-embeddable",
":native:kotlin-klib-commonizer-api",
":native:kotlin-native-utils"
":native:kotlin-native-utils",
":kotlin-lombok"
)
fun Task.dependsOnKotlinGradlePluginInstall() {