From 6bec188405fbba524f233c1a9ca3af4dfffd4e0a Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Fri, 21 Feb 2020 18:10:59 +0100 Subject: [PATCH] [kotlin compiler][update] 1.4.0-dev-3138 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 7053f1d00c5 - (tag: build-1.4.0-dev-3138) Drop CancellationCheck usage from 193 (vor 5 Stunden) * 5a6cf19c68b - Complete statement for class declaration: add '()' to supertype (vor 5 Stunden) * e9a7be4a466 - (tag: build-1.4.0-dev-3136) Fix intersection type handling in PSI2IR (vor 5 Stunden) * 1624327ba4e - (tag: build-1.4.0-dev-3132) [NI] Fix substitution in builder-inference for empty common system (vor 6 Stunden) * c5ffbfd33c4 - (tag: build-1.4.0-dev-3131) JVM_IR: mark origins of capture fields in suspend lambdas (vor 6 Stunden) * 6b98ea2378b - JVM_IR: do not place suspend markers around crossinline lambda calls (vor 6 Stunden) * 39ebc8cfa5a - Add a suspend test that fails on JVM_IR (vor 6 Stunden) * 52e7cd57253 - (tag: build-1.4.0-dev-3129) JVM_IR: Remove $$forInline suffix for fake inliner variables (vor 6 Stunden) * 325ad14ac9b - (tag: build-1.4.0-dev-3128) JVM_IR: Treat suspend main wrapper as always tail-call function (vor 6 Stunden) * 8c4eef9844d - JVM_IR: Return COROUTINE_SUSPENDED from suspend main wrapper (vor 6 Stunden) * 5b62c9e54dc - [WIP] Add Compiler Smoke Tests for (suspend) main methods (vor 6 Stunden) * 55aafb3430a - [JVM IR] Support Suspend Main (vor 6 Stunden) * 068d5473753 - (tag: build-1.4.0-dev-3127) [Gradle, JS] UpperCased KotlinJsCompilerType (vor 7 Stunden) * 9acd98071e6 - [Gradle, JS] Divide KotlinJsCompilerAttribute (vor 7 Stunden) * cc97138e9c5 - [Gradle, JS] Extract JS presets container, no js in codegen since now (vor 7 Stunden) * fa335b53600 - [Gradle, JS] Js default compiler type for mpp (vor 7 Stunden) * 8dc75def19e - [Gradle, JS] Use default configuration names only once in constants (vor 7 Stunden) * 664775a43ff - [Gradle, JS] Configure compiler type with single platform plugin (vor 7 Stunden) * e631146fa7f - (tag: build-1.4.0-dev-3124) [Gradle, JS] Fix DSL for Gradle JS wizard (vor 7 Stunden) * 3ae6b27556c - [Gradle, JS] Fix DSL for JVM/JS wizard (vor 7 Stunden) * 6670a2fff8f - (tag: build-1.4.0-dev-3118, tag: build-1.4.0-dev-3115, tag: build-1.4.0-dev-3113, tag: build-1.4.0-dev-3112, tag: build-1.4.0-dev-3097) Update public api dump (vor 23 Stunden) * 569decce43f - (tag: build-1.4.0-dev-3089) [Gradle, JS] Fix missed import (vor 25 Stunden) * d114945b765 - [Gradle, JS] Change message in polite manner (vor 25 Stunden) * e0be8f271f1 - [Gradle, JS] Not error, but warning with test fix (vor 25 Stunden) * 40fb6c67d2d - [Gradle, JS] Add diagnostic messages for js targets (vor 25 Stunden) * aefaa6dc7f8 - [Gradle, JS] Remove deprecated configurations (vor 25 Stunden) * 92291c03e84 - [Gradle, JS] Add methods with string definition of compiler (vor 25 Stunden) * 203ca018e53 - [Gradle, JS] Rename public KotlinJsCompilerType (vor 25 Stunden) * 488538889bd - [Gradle, JS] Extract JS presets container, no js in codegen since now (vor 25 Stunden) * 956b57a55d7 - [Gradle, JS] Do not duplicate target initialization (vor 25 Stunden) * 881de0a538c - [Gradle, JS] Make default configuration of target (vor 25 Stunden) * 9112da2ad7a - [Gradle, JS] Create predefined source sets for single platform plugin (vor 25 Stunden) * 06be32550b5 - [Gradle, JS] Fix lib and app test for both type (vor 25 Stunden) * a5602165ecb - [Gradle, JS] Fix names for js mpp (vor 25 Stunden) * e1f7296426f - [Gradle, JS] Fast test with both js compilers (vor 25 Stunden) * 37b3b3ec56c - [Gradle, JS] Js default compiler type for mpp (vor 25 Stunden) * 3d30598774b - [Gradle, JS] Js compiler type in interface (vor 25 Stunden) * 36631a59543 - [Gradle, JS] Fix parallel tests (vor 25 Stunden) * 86e13c25b39 - [Gradle, JS] Default conpiler type instead of legacy (vor 25 Stunden) * ae895077363 - [Gradle, JS] Add fish for js only lib-app test (vor 25 Stunden) * 16eb23c6b1b - [Gradle, JS] Remove test with lib and app with not only legace (vor 25 Stunden) * 13594c80aa4 - [Gradle, JS] Declare default configurations in js single plugin (vor 25 Stunden) * f3f818edc32 - [Gradle, JS] Use default configuration names only once in constants (vor 25 Stunden) * d9c08945a31 - [Gradle, JS] Common dependency configurations for both js (vor 25 Stunden) * ecb89ad2594 - [Gradle, JS] Disambiguation classifier consider single platform plugin (vor 25 Stunden) * 4189bc88c27 - [Gradle, JS] Provide disambiguation classifier for both mode (vor 25 Stunden) * b967e11511c - [Gradle, JS] Configure compiler type with single platform plugin (vor 25 Stunden) * 22e826770d3 - [Gradle, JS] Functions in extensions for configure compiler type (vor 25 Stunden) * 13468838378 - [Gradle, JS] Fix published name for both compiler (vor 25 Stunden) * 185f7419d59 - [Gradle, JS] Refactor with remove copypaste (vor 25 Stunden) * 397ff26e20f - [Gradle, JS] With both compilers fully disambiguated names (vor 25 Stunden) * ae391f37763 - [Gradle, JS] Fix codegen for js platform (vor 25 Stunden) * 1bebcd398e4 - [Gradle, JS] Move JsCompilerType to Gradle Plugin API (vor 25 Stunden) * 82d31adb242 - [Gradle, JS] Remove js compiler property from MPP plugin (vor 25 Stunden) * 4af389ba92c - [Gradle, JS] Rename target on js in case of single platform (vor 25 Stunden) * 285f613ef72 - (tag: build-1.4.0-dev-3088) [FIR TEST] Add test with unresolved member in nested lambdas (KT-36887) (vor 25 Stunden) * 6f61ea7f677 - [JS DCE] Add an ability to define overwriting strategy when copying dependencies in dev-mode (vor 25 Stunden) * 07ca355af8c - [NI] Fix smartcasts for conventional contains in when (vor 25 Stunden) * afceec71a43 - (tag: build-1.4.0-dev-3081) Create an interface with provideDelegate() method #KT-26494 (vor 25 Stunden) * 2566fbea878 - (tag: build-1.4.0-dev-3080) toMutableList documentation is vague #KT-35231 (vor 25 Stunden) * f9ee1dc22d3 - Specify which element Iterable.distinctBy(selector) retains #KT-36356 (vor 25 Stunden) * fb49a586efd - (tag: build-1.4.0-dev-3077) FIR2IR: add comment about type parameter indexes (vor 26 Stunden) * 984a11995af - FIR2IR: pre-cache type parameters before property creation (vor 26 Stunden) * a3f676317f8 - FIR2IR: pre-cache type parameters before function creation (vor 26 Stunden) * 899d471646f - FIR2IR: determine type parameters before class super types (vor 26 Stunden) * 8c21f04bf47 - FIR2IR: determine type parameters before value parameters (vor 26 Stunden) * 334cab73571 - [FIR] Don't build redundant fake overrides for private members (vor 26 Stunden) * b4d026f5bf0 - [FIR] Add fast return from substitution scope when substitutor is empty (vor 26 Stunden) * a6d11b0207d - [FIR] Don't create redundant substitution scopes (vor 26 Stunden) * 01053c938a7 - (tag: build-1.4.0-dev-3075) Generate IGNORE_BACKEND_FIR in black box tests properly (vor 26 Stunden) * d921dd0eed4 - Provide candidate interceptor for NI infrastructure (vor 26 Stunden) * 4693d595b7b - Fix UL classes tests (vor 26 Stunden) * f47e602118f - (tag: build-1.4.0-dev-3069) Use Kotlin/Native version 1.4-dev-14579, as it has the newest klib ABI (vor 26 Stunden) * ace5d0357c8 - (tag: build-1.4.0-dev-3068) [FIR TEST] Add problematic test describing KT-36881 (vor 27 Stunden) * 018cfc7df6c - Fix class name for test suite descriptor. (vor 27 Stunden) * 1dbb3d7c0f9 - (tag: build-1.4.0-dev-3066) Revert "New J2K: fix testdata" (vor 27 Stunden) * 4042214bb27 - Fix tests broken by enhanced `RedundantSamConstructor` inspection (vor 27 Stunden) * 22a5bc4144b - (tag: build-1.4.0-dev-3063) [FIR-TEST] Add build tasks for running all fir tests (vor 27 Stunden) * 82c960d40d1 - [FIR-TEST] Run fir test in diagnostic test if fir testdata is missing (vor 27 Stunden) * d4d46972028 - [FIR-TEST] Fix creating dirs in `FirLoadCompiledKotlin` test (vor 27 Stunden) * 3edbf7f5419 - [FIR-TEST] Move abstract diagnostics tests to `tests-common` module (vor 27 Stunden) * 102d5c7d5a5 - [NI] Fix detecting expected type variable for postponed atoms (vor 27 Stunden) * 7e832e50acb - (tag: build-1.4.0-dev-3060) Move copy/paste resource bundles to Kotlin (vor 28 Stunden) * bc7c8e48191 - (tag: build-1.4.0-dev-3057) Update bytecode text tests for JVM_IR (vor 29 Stunden) * 7581e0bd8eb - Unmute noParametersArgumentCallInExpression test in JVM IR backend (vor 29 Stunden) * 9dd8eda1c94 - (tag: build-1.4.0-dev-3054, tag: build-1.4.0-dev-3053) [FIR]: fix library methods in packages (vor 30 Stunden) * 81b30b7399d - Update bytecode text tests for JVM_IR (vor 30 Stunden) * 071149e0fb4 - (tag: build-1.4.0-dev-3051) Fix exception when Java class has different methods with same erasure (vor 30 Stunden) * 7efb32628e5 - (tag: build-1.4.0-dev-3049) [Highlight] Fix for coloring annotation attributes in Kotlin (vor 30 Stunden) * 8d4dac398d2 - [COROUTINE] Information message added if breakpoint policy doesn't suspended all (vor 30 Stunden) * eff02b6e723 - (tag: build-1.4.0-dev-3044) JVM_IR: improve suspend tail call detection. (vor 31 Stunden) * 3cf71c1d2b4 - JVM IR: Move $assertionsDisabled field to interface DefaultImpls (vor 31 Stunden) * 0ed719f7924 - JVM IR: Use package visibility for $assertionsDisabled field (vor 31 Stunden) * d1694353002 - (tag: build-1.4.0-dev-3041) Fix construction of Mock classes in case of generic inner types (vor 32 Stunden) * 83824d0ba61 - [NI] Don't stop on a candidate with unstable smartcast error (vor 32 Stunden) * 162a2d58514 - [NI] Add test to check how behavior will be changed after few commits (vor 32 Stunden) * 0e970407a47 - (tag: build-1.4.0-dev-3025) Fixup for 9b861739 (the fix for KT-35942) (vor 2 Tagen) * 3921613956e - [FIR] Code cleanup: DeclarationsConverter (vor 2 Tagen) * 5d7999a8082 - [FIR] Handle explicitly private sealed class constructors properly (vor 2 Tagen) * 17b473fcb60 - FirTowerResolver: code cleanup (vor 2 Tagen) * f1a418373c0 - RawFirBuilder: code cleanup (vor 2 Tagen) * e66d6a8954a - [FIR] ClassWrapper: code cleanup (vor 2 Tagen) * bbf448b39da - [FIR] Change visibility of default sealed class constructor to private (vor 2 Tagen) * 14fd1d3c9fb - [FIR] Check visibility correctly for sealed class in file (vor 2 Tagen) * ace259314b3 - Use 'symbol' instead of 'classId' in FirResolvedQualifier (vor 2 Tagen) * 3d51af29351 - (tag: build-1.4.0-dev-2999) [JVM IR] Fix issue with suspend functions with @JvmOverloads. (vor 2 Tagen) * c289612e57e - (tag: build-1.4.0-dev-2997) [FIR] Remove debugging println in tree generator (vor 2 Tagen) * a4c4b2650cb - FIR2IR: remove hacky & redundant resolve of delegating constructor calls (vor 2 Tagen) * 82c8b5f3689 - [FIR] Eliminate isNotSAM optimization as ineffective (see dc4f332c) (vor 2 Tagen) * 9017654b9d7 - [FIR] Handle default parameters when checking callable reference type (vor 2 Tagen) * 04e6c63cc90 - FirSymbolProvider: minor cleanup (vor 2 Tagen) * 1376dbf9cf2 - Remove unused 'dispatchReceiverValue()' from FIR tower levels (vor 2 Tagen) * e051251b279 - FIR: set isOperator only for Java methods with appropriate names (vor 2 Tagen) * cbbbf40b904 - (tag: build-1.4.0-dev-2995) [NI] Fix isSuccessful property for member with LowPriority resolution (vor 2 Tagen) * 8ca2aa47f80 - (tag: build-1.4.0-dev-2994) [FIR] Remove duplicated code (vor 2 Tagen) * c29c140a9cc - [FIR] Qualifier resolve (vor 2 Tagen) * 723ebb4f578 - (tag: build-1.4.0-dev-2993) Fix compileOnly dependencies in HMPP (KT-36469) (vor 2 Tagen) * 9b861739cda - Include the production artifacts in friend paths (KT-35942) (vor 2 Tagen) * 4eb04af01ec - (tag: build-1.4.0-dev-2992) Add checkStability to perf tests (vor 2 Tagen) * a6cf16ddfc5 - (tag: build-1.4.0-dev-2991) FIR: Fix test data for FirMultiModuleResolveTestGenerated (vor 2 Tagen) * 46ae6136cb1 - Rewrite `RedundantSamConstructorInspection` to support more cases (vor 2 Tagen) * 9b5110b9f32 - Refactor `RedundantSamConstructorInspection` (vor 2 Tagen) * 3122760c49d - Add more tests for `RedundantSamConstructorInspection` (vor 2 Tagen) * e8524137c33 - (tag: build-1.4.0-dev-2985) NI: exclude not fixed type variables from types on which null checks should be generated (vor 2 Tagen) * f10696da5e5 - Fix formatting of `RuntimeAssertion.kt` (vor 2 Tagen) * 6793b27330e - (tag: build-1.4.0-dev-2984) FIR: Optimize Java types mapping (vor 2 Tagen) * c8269baa921 - FIR: Fix NI handling flexible type bounds (vor 2 Tagen) * 2ad8488e6a5 - FIR: Rewrite Java type mapping (vor 2 Tagen) * 748a326104e - (tag: build-1.4.0-dev-2983) NI: Discard definitely not-null types inside invariant positions during inference process (vor 2 Tagen) * 36f4b6daf39 - (tag: build-1.4.0-dev-2977) Update `completion-ranking-kotlin` dependency (vor 2 Tagen) * 3080b4c435b - (tag: build-1.4.0-dev-2973) JVM_IR: remove a suspend-related hack from BridgeLowering (vor 2 Tagen) * ba90e87756c - (tag: build-1.4.0-dev-2972) JVM, JVM IR: Fix assertion status for regenerated anonymous objects (vor 2 Tagen) * 272f6abe69d - JVM IR: Fix suspend lambda generic signatures (vor 2 Tagen) * e6efb81014e - (tag: build-1.4.0-dev-2969, origin/rr/kishmakov/ios-debug-161) JVM_IR: inline findSuspendAndInlineLambdas (vor 2 Tagen) * 5d603a8be41 - JVM_IR: detect lambdas capturing crossinline through fields (vor 2 Tagen) * 285aa123b7a - (tag: build-1.4.0-dev-2962) New J2K: fix testdata (vor 2 Tagen) * 17a0e3a0783 - New J2K: do not call custom diagnostic fixes in EDT as they may have resolve inside (vor 2 Tagen) * 810966e4084 - New J2K: call reformat code & shorten references processings only single time (vor 2 Tagen) * ee0ec421ced - New J2K: do not print Unit types (vor 2 Tagen) * 6c1e2cc1964 - New J2K: disable additional post-formatting for J2K (vor 2 Tagen) * 85be0450baa - Fix invalidated element access exception in ObjectLiteralToLambdaIntention (vor 2 Tagen) * 6b913da698d - New J2K: Fix super call to Kotlin class with implicit constructor (vor 2 Tagen) * 7c586ce7362 - New J2K: Fix converting recursive types (vor 2 Tagen) * 6982db7d02b - chore: improved UI texts for new project wizard (vor 2 Tagen) * 0b9b1b6945a - (tag: build-1.4.0-dev-2943) Update bytecode text tests for JVM_IR (vor 3 Tagen) * aac72871e7a - (tag: build-1.4.0-dev-2935) Fix UI freezes caused by calls with a huge number overloads (vor 3 Tagen) * 842e2dc02fa - Optimize retaining most specific methods in LazyJavaScope (vor 3 Tagen) * d06e35b0614 - Minor. Reformat overridingUtils.kt (vor 3 Tagen) * a50911156d8 - (tag: build-1.4.0-dev-2933) [NI] Add regression tests for builder inference (vor 3 Tagen) * 6ed1cc5cd80 - (tag: build-1.4.0-dev-2930) [JPS-TESTS] Update incremental compilation test for 1.4 (vor 3 Tagen) * f9f715c31ec - Support suspend lambda with arity 22 in old BE (vor 3 Tagen) * 752ff9de5d2 - JVM_IR: Support suspend lambdas with many arguments. (vor 3 Tagen) * f2b940ffd4e - (tag: build-1.4.0-dev-2917) [Commonizer] Apply interner to avoid duplicated CirValueParameterImpl objects (vor 3 Tagen) * 5663dfb7723 - [Commonizer] Apply interner to avoid duplicated CirSetter objects (vor 3 Tagen) * e54640ddadb - [Commonizer] Apply interner to avoid duplicated CirGetter objects (vor 3 Tagen) * 39125a75e7f - [Commonizer] Apply interner to avoid duplicated CirAnnotation objects (vor 3 Tagen) * c88ea2f2e62 - [Commonizer] Apply interner to avoid duplicated CirSimpleType objects (vor 3 Tagen) * 84bc151cb30 - Minor. Add toString() to CommonizedClassDescriptor.CommonizedClassTypeConstructor (vor 3 Tagen) * d0e9dc05b5c - [Commonizer] Apply interner to avoid duplicated Name objects (vor 3 Tagen) * 47d091702b1 - [Commonizer] Apply interner to avoid duplicated FqName objects (vor 3 Tagen) * adc5a55d653 - [Commonizer] Apply interner to avoid duplicated String objects (vor 3 Tagen) * 667e96f9718 - [Commonizer] Don't keep references to descriptor objects when they are not needed anymore (vor 3 Tagen) * 9a8a1113dba - [Commonizer] Don't commonize deprecated functions (vor 3 Tagen) * 11e0f427ac6 - [Commonizer] Refactor CIR to avoid strong refs on descriptors (vor 3 Tagen) * a0b0f72edf4 - Add missed dependencies for performance tests (vor 3 Tagen) * 635ff59d108 - (tag: build-1.4.0-dev-2914) [FIR] Fix compiler error after 2aeb1ea2 (vor 3 Tagen) * faa95bfc33d - (tag: build-1.4.0-dev-2908) Fix KT-36804 by eagerly instantiating the Kotlin/Native tasks (vor 3 Tagen) * 582ce1199f4 - (tag: build-1.4.0-dev-2907) Merge remote-tracking branch 'origin/master' (vor 3 Tagen) |\ | * f47e5cb2d0e - (tag: build-1.4.0-dev-2904) Make 201 plugin compatible with IDEA trunk (KT-36780) (vor 3 Tagen) * | eef86d47a09 - Merge branch 'slava/mpp-import-experiments' (vor 3 Tagen) |\ \ | |/ |/| | * 4462ecb2800 - Simplified SdkLocator usage in AndroidDependencyResolver (vor 3 Tagen) | * d9f9c93dc89 - KotlinMPPGradleProjectResolver: extracted similar Android checks (vor 3 Tagen) | * 082c358f9de - Removed references to AndroidDependencyResolver from KotlinMultiplatformExtension (vor 3 Tagen) | * bdb8811f95a - Nullability check (vor 3 Tagen) | * aaf939a650b - Android dependency resolving stuff moved out of KotlinMultiplatformExtension.kt (vor 3 Tagen) | * 9788525ec7b - Import sources for Android SDK, include proper identifiers for Gradle dependencies (vor 3 Tagen) | * 663c8e5a467 - Import Android modules only if Android Plugin for IDEA is missing (vor 3 Tagen) | * ad314e93eb3 - Do not explicitly depend on prerelease Android Gradle Plugin (vor 3 Tagen) | * a6e488e2b4e - Android import: simplified configuration matching (vor 3 Tagen) | * 45a0aa04a15 - Android import: import R.jar (vor 3 Tagen) | * 17059682e9c - Android import: initial implementation (vor 3 Tagen) * 6941cd6d287 - [FIR] Add `@PrivateForInline` to prevent setting to var's from inconvenient places (vor 3 Tagen) * 2aeb1ea2342 - [FIR] Move some util methods from `resolve.calls` to `types` package (vor 3 Tagen) * cd3fc5b8ecf - [FIR] Reorganize packages for `resolve` module (vor 3 Tagen) * 41d2f41141a - (tag: build-1.4.0-dev-2899) [FIR] Fix incorrect smartcasts from || expressions (vor 3 Tagen) * 89e377763ab - [FIR] Change rendering for captured types and stub types (vor 3 Tagen) * c83244c8b5a - [FIR] Fix creating and substituting definitely not null types (vor 3 Tagen) * bf11f1892d6 - [FIR] Change order of initialization synthetic fun in SAM resolution (vor 3 Tagen) * 6430209074a - (tag: build-1.4.0-dev-2895) [NI] Make error CST when any of included types is error (vor 3 Tagen) (cherry picked from commit 75efde33d56d356f5e76df0eabc9deb2c5781777) --- gradle.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index c2180cd6e46..4903e402a55 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,12 +18,12 @@ buildKotlinVersion=1.3.70-dev-1070 buildKotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.3.70-dev-1070,branch:default:any,pinned:true/artifacts/content/maven remoteRoot=konan_tests -kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.0-dev-2894,branch:default:any,pinned:true/artifacts/content/maven -kotlinVersion=1.4.0-dev-2894 -kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.0-dev-2894,branch:default:any,pinned:true/artifacts/content/maven -kotlinStdlibVersion=1.4.0-dev-2894 -kotlinStdlibTestsVersion=1.4.0-dev-2894 -testKotlinCompilerVersion=1.4.0-dev-2894 +kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.0-dev-3138,branch:default:any,pinned:true/artifacts/content/maven +kotlinVersion=1.4.0-dev-3138 +kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.0-dev-3138,branch:default:any,pinned:true/artifacts/content/maven +kotlinStdlibVersion=1.4.0-dev-3138 +kotlinStdlibTestsVersion=1.4.0-dev-3138 +testKotlinCompilerVersion=1.4.0-dev-3138 konanVersion=1.4.0 # A version of Xcode required to build the Kotlin/Native compiler.