Gradle, native: Update a K/N version in tests

Earlier, K/N 1.1 was used when testing the kotlin.native.version
property. But this version doesn't support the -no-endorsed-libs
flag add recently. This patch updates K/N version in tests.
This commit is contained in:
Ilya Matveev
2019-09-20 13:03:23 +07:00
parent 31aa4e4738
commit 5c904250be
@@ -1386,7 +1386,7 @@ class NewMultiplatformIT : BaseGradleIT() {
assertTasksUpToDate(hostLibraryTasks)
}
build(*hostLibraryTasks.toTypedArray(), "-Porg.jetbrains.kotlin.native.version=1.1.0") {
build(*hostLibraryTasks.toTypedArray(), "-Porg.jetbrains.kotlin.native.version=1.3.60-dev-12430") {
assertSuccessful()
assertTasksExecuted(hostLibraryTasks)
}