Run ImportAndCheckNavigation tests only vs the master version of plugin

Also error "Could not find org.jetbrains.kotlin:kotlin-klib-commonizer-embeddable"
was fixed by adding ":native:kotlin-klib-commonizer-embeddable:install"
in dependencies for the kotlin-plugin install
This commit is contained in:
Alexander Dudinsky
2020-08-07 12:01:20 +03:00
parent 2042db598a
commit aec87744f2
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -66,7 +66,8 @@ fun Task.dependsOnKotlinPluginInstall() {
":kotlin-scripting-jvm:install",
":kotlin-scripting-compiler-embeddable:install",
":kotlin-scripting-compiler-impl-embeddable:install",
":kotlin-test-js-runner:install"
":kotlin-test-js-runner:install",
":native:kotlin-klib-commonizer-embeddable:install"
)
}