From 3992816672be7b8988699084ffc47e7caed170ac Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Mon, 8 Jun 2020 10:46:34 +0200 Subject: [PATCH] [kotlin compiler][update] 1.4.20-dev-226 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 6a2fed33d37 - (tag: build-1.4.20-dev-226) Deprecate old CharArray to String conversion api #KT-31343 (vor 8 Stunden) * 19855c5bd57 - (tag: build-1.4.20-dev-224) Tweaked performance-tests stats output (vor 12 Stunden) * 8216e5cd72f - (tag: build-1.4.20-dev-220) Avoid persisting default anchor configuration (vor 14 Stunden) * b8cbfcbe7e4 - (tag: build-1.4.20-dev-213) Revert "Add temporary fixMeExtensions to pass test on extensions check" (vor 25 Stunden) * 571cab305c1 - Cleanup as35 patchset logic (KTI-267) (vor 25 Stunden) * dce19b0aceb - Cleanup 191 patchset logic (KTI-267) (vor 25 Stunden) * 820353ee0e3 - (tag: build-1.4.20-dev-211) Promote scanReduce deprecation level to error (vor 26 Stunden) * 4e820edd1fa - Promote randomOrNull, reduceOrNull, scan to stable (vor 26 Stunden) * 094dbf4c2da - Remove experimental status from Array.associateWith (vor 26 Stunden) * db0788c68fc - (tag: build-1.4.20-dev-209) (LightClass) KotlinShortNamesCacheTest fix for methods, referenced from companions and classes (vor 35 Stunden) * 8f00344191e - (UnusedSymbolInspection) optimized path for data-classes (vor 35 Stunden) * 0f73cdeccbe - (tag: build-1.4.20-dev-208) Add ability to skip stats for performance tests if there is a custom stats name (vor 2 Tagen) * bd2a0563add - (tag: build-1.4.20-dev-204) JS: fix explicit cross-module SAM constructor calls (vor 2 Tagen) * 489290263f0 - (tag: build-1.4.20-dev-195) Add info about the end of range in scripting REPL compiler messages (vor 3 Tagen) * 5e33612238c - Extract interface from CompilerMessageLocation to ease extension (vor 3 Tagen) * f1906bc9669 - (tag: build-1.4.20-dev-194) Minor. Update test (vor 3 Tagen) * f0006f24058 - (tag: build-1.4.20-dev-193) Minor. Add regression test (vor 3 Tagen) * a3c881da59e - (tag: build-1.4.20-dev-189) KT-38027 Support Code Vision feature in Kotlin // experimental status (vor 3 Tagen) * b08f501aac5 - KT-38027 Support Code Vision feature in Kotlin (vor 3 Tagen) * 4c8f9e4e066 - (tag: build-1.4.20-dev-186) KT-39311 Fix `fix.change.package.family` bundle message (vor 3 Tagen) * 46caf27e701 - (tag: build-1.4.20-dev-183) Add "Remove annotation" quickfix for `@Throws override` mismatch (vor 3 Tagen) * 6461c1b4f1f - Add "Remove annotation" quickfix for empty `@Throws` (vor 3 Tagen) * b7a08494ae4 - Add quickfix for adding CancellableException to `@Throws suspend fun` (vor 3 Tagen) * 290a8241079 - Add basic support for Native in idea/testdata/multiModuleQuickFix (vor 3 Tagen) * 46297645a43 - (tag: build-1.4.20-dev-179) Promote String <-> utf8 and CharArray conversions to stable (vor 3 Tagen) * ab02381a833 - (tag: build-1.4.20-dev-177, tag: build-1.4.20-dev-173) [FIR] Make overriding generic callables independent of TP bounds order (vor 3 Tagen) * 2287435740d - [FIR] KT-39033: Fix generic property override detection (vor 3 Tagen) * e4a1c8dcef6 - (tag: build-1.4.20-dev-172) Anonymous function to lambda: add lambda parameter if type parameter is used, even if parameter is unused (vor 3 Tagen) * 311b2d7969b - (tag: build-1.4.20-dev-171) [PLUGIN API] Make context provide information about target platform (vor 3 Tagen) * 89c87f941fc - (tag: build-1.4.20-dev-170) FIR: consider the absence of type arguments when constructing GetClassCall type (vor 3 Tagen) * a086d9f7df1 - (tag: build-1.4.20-dev-166) Update forgotten FIR test (vor 3 Tagen) * 6c5806f971b - Add test for obsolete issue (vor 3 Tagen) * f9b3daabd1f - (tag: build-1.4.20-dev-162) Change testData for `ShortenRefsTestGenerated` to not use `sql` package (vor 3 Tagen) * 7d662bf5d14 - Change testData for `IntentionsTestGenerated` to avoid using `javax` and `sql` packages (vor 3 Tagen) * 22b558110d9 - (tag: build-1.4.20-dev-161) Don't apply Unit-conversion for expressions that return Nothing type (vor 3 Tagen) * 3634cbe3cb6 - (tag: build-1.4.20-dev-153) (LightClasses) resolve of annotations fast-path (vor 3 Tagen) * 991f12bd738 - (LightClasses) while looking for accessors we expect them to be taken from single class (vor 3 Tagen) * c0144d2161a - (LightClasses) minor improvement in annotation order check (vor 3 Tagen) * 4e7901b8071 - (tag: build-1.4.20-dev-151) Bootstrap: 1.4.20-dev-117 (vor 3 Tagen) * fb812301b27 - (tag: build-1.4.20-dev-150) Add test to preserve behaviour (vor 3 Tagen) * e72401c5f4f - (tag: build-1.4.20-dev-146) Don't allow coercing receivers from signed to unsigned constants (vor 3 Tagen) * bfa648972f7 - Introduce call checker for `Unit`-conversions (vor 3 Tagen) * 6b0a803d142 - Allow suspend-conversion for callable references as part of adaptation (vor 3 Tagen) * 6b58be377ef - Fix chained conversions for subtypes of functional types (vor 3 Tagen) * 71cbe976886 - Introduce `Unit`-conversions for simple arguments (vor 3 Tagen) * f08a45f2d4e - Refactoring: rename files to avoid "util" suffixes (vor 3 Tagen) * a4af833d55e - Narrow down the range for compatibility warning to callee expression (vor 3 Tagen) * 4bd622c1c56 - Refactoring: rename method to make it more specific (vor 3 Tagen) * 718f23b34fc - Compatibility warning for references to companion via name (KT-13934) (vor 3 Tagen) * 3fdf048e51e - (tag: build-1.4.20-dev-144) Regenerate Serialization* tests (vor 3 Tagen) * 8ca5d3b6f9b - (tag: build-1.4.20-dev-140) Update library to source analysis mode configuration (vor 3 Tagen) * 8ed4424e3e5 - Clean up API of AbstractResolverForProject (vor 3 Tagen) * 80a310540ea - (tag: build-1.4.20-dev-134) [Gradle, JS]Remove failed on variant aware resolution tests on kotlin2js (vor 3 Tagen) * ee3beea3270 - (tag: build-1.4.20-dev-131) [FIR] Cache files with plugin annotations (vor 3 Tagen) * 6c5181d8ceb - [FIR-PLUGIN] Add status transformer for default visibility (vor 3 Tagen) * 1f80f35ce64 - [FIR] Don't cache importing scopes while resolving plugin's annotations (vor 3 Tagen) * 1ffe438fa13 - [FIR-PLUGIN] Update AllOpenStatusTransformer according to previous commit (vor 3 Tagen) * 514cbc77fc8 - [FIR] Add owners to `FirStatusTransformerExtension.transformStatus` (vor 3 Tagen) * b79d6aced4e - [FIR] Add resolve phase for resolving arguments of plugin's annotations (vor 3 Tagen) * 73b738b7ff9 - [FIR] Replace `resolved` flag with resolve status enum for annotation calls (vor 3 Tagen) * 4f1b7b38b22 - (tag: build-1.4.20-dev-123) (Resolve) lightweight resolve annotations (vor 3 Tagen) * 46ab338ea6a - (tag: build-1.4.20-dev-122) "Convert anonymous function to lambda expression" intention: add necessary lambda type parameter (vor 4 Tagen) * d27c7ce86f6 - (tag: build-1.4.20-dev-117) Bootstrap: 1.4.20-dev-65 (vor 4 Tagen) * 8cc5f2abfb1 - (tag: build-1.4.20-dev-116) Forbid val field initialization inside EXACLTY_ONCE lambda (vor 4 Tagen) * 6d6a2280575 - (tag: build-1.4.20-dev-113) Android import: binary-compatible setting of the BuildType attribute (vor 4 Tagen) * 39a3f5e7d94 - Android import: better value source for BuildTypeAttr (vor 4 Tagen) * 1f638f52d51 - Android import: setting BuildType attribute for kotlin android compilations (vor 4 Tagen) * e4e70f1b5b8 - (tag: build-1.4.20-dev-108) VariantAwareDependenciesIT.kt: remove compile/runtime/... configurations (vor 4 Tagen) * 3291cf7a6e1 - (tag: build-1.4.20-dev-101) JVM IR: Mark lateinit fields as NotNull (vor 4 Tagen) * 52b29b53bc0 - (tag: build-1.4.20-dev-95) Fixup BuildCacheRelocationIT: Gradle 5.6.1 -> 5.6.4 (AGP requirement) (vor 4 Tagen) * 6ad37eb7a8b - (tag: build-1.4.20-dev-92) Unmute two more FIR BB tests (vor 4 Tagen) * 802beb49a65 - (tag: build-1.4.20-dev-91) Use TypeSubstitutor to get the substituted underlying type for inline classes, instead of MemberScope. (vor 4 Tagen) * 88b130308d6 - (tag: build-1.4.20-dev-88) Revert accidental test data change introduced in 0d6e3093 (vor 4 Tagen) * 0ce47f2f12d - [FIR TEST] Mute 2 BB tests broken by 0d6e3093 (vor 4 Tagen) * 5647a935a23 - (tag: build-1.4.20-dev-84) JVM IR: do not generate DefaultImpls delegate for collection fake overrides (vor 4 Tagen) * 47c25982b62 - (tag: build-1.4.20-dev-82) (ResolveElementCache) KtAnnotationEntry resolveToDescriptor added (vor 4 Tagen) * c5aa35e016a - (tag: build-1.4.20-dev-80) [Gradle, JS] All regular text printed to DEBUG (vor 4 Tagen) * 97e4d23d759 - [Gradle, JS] Filter warning with source maps (vor 4 Tagen) * 69b9a2e98a9 - [Gradle, JS] Remove trailing commas from webpack config (vor 4 Tagen) * 4bbead6200d - [Gradle, JS] Remove custom source-map-loader (vor 4 Tagen) * a94d2211e45 - (tag: build-1.4.20-dev-77) Cleanup `getLineCount` (vor 4 Tagen) * 603bae398f7 - (tag: build-1.4.20-dev-71) Fix BuildCacheIT and BuildCacheRelocationIT (vor 4 Tagen) * 71a45e56d7b - (tag: build-1.4.20-dev-69) Don't apply copyright notice to Kotlin Ultimate (vor 4 Tagen) * de25359a905 - (tag: build-1.4.20-dev-65, origin/as41/master) Fix stdlib compilation after updated @JvmName check (vor 4 Tagen) * 202bbdf8dd5 - Forward compatibility hacks for Result.{success, failure} (vor 4 Tagen) * 8a4521864ea - (tag: build-1.4.20-dev-63) Wizard: use cache redirector on project importing tests (vor 4 Tagen) * cce5a9a1ca5 - Wizard: download latest dev version for tests from bintray (vor 4 Tagen) * 1ea72ec3780 - (tag: build-1.4.20-dev-57) Fix test data in FIR diagnostic test (merge with local eff. visibility) (vor 4 Tagen) * 74e4a817cbb - (tag: build-1.4.20-dev-55) [Gradle, JS] Fix test after changing type of IR link task on mode (vor 4 Tagen) * 0d6e3093726 - (tag: build-1.4.20-dev-54) FIR: construct type with actual type arguments during GetClassCall transformation (vor 4 Tagen) * 4f8ad6bdcb7 - (tag: build-1.4.20-dev-50) Remove compatibility hack (vor 4 Tagen) * c023a02884f - (tag: build-1.4.20-dev-44) Create SortedMap with Comparator and items (vor 4 Tagen) * e3fb74b6561 - (tag: build-1.4.20-dev-36) Promote KClass.cast/safeCast, KAnnotatedElement.hasAnnotation() to stable (vor 5 Tagen) * a4b9e8fdc62 - (tag: build-1.4.20-dev-35) Minor: mute test in JS_IR (vor 5 Tagen) * 0db02926f53 - (tag: build-1.4.20-dev-33) JVM_IR: remove descriptors from MethodSignatureMapper (vor 5 Tagen) * 77c20066a8f - JVM_IR: implement getJvmModuleNameForDeserialized in MethodSignatureMapper (vor 5 Tagen) * 80afe42d17c - JVM_IR: implement getJvmNameIfSpecial in MethodSignatureMapper (vor 5 Tagen) * 986b13c3a1c - (tag: build-1.4.20-dev-20) Optimize synchronization for resolution anchors (vor 5 Tagen) * 175fe163af9 - Add cancelation check when building anchor mappings (vor 5 Tagen) * 7fff8f82e2e - Changes after review (vor 5 Tagen) * db1210fc671 - Introduce components for library-to-source resolution in IDE (vor 5 Tagen) * 0b2c9ff77ac - (tag: build-1.4.20-dev-19) IDE plugin dependencies: publish kotlin-main-kts artifact (vor 5 Tagen) * 822c14814bb - (tag: build-1.4.20-dev-18) Revert "Completely rewrite reifiedIntTypeAnalysis, making it more streamline" (vor 5 Tagen) * 148f49d54ad - (tag: build-1.4.20-dev-17) UselessCallOnCollectionInspection: fix false positive when lambda last statement is function call that returns generic type (vor 5 Tagen) * 3c8ef5749f3 - (tag: build-1.4.20-dev-11, origin/rr/4u7/wip) Build: Remove identifying info from build scans (vor 5 Tagen) * f7ed3139ab1 - (origin/rr/gradle/igushkin/fix-kt-39304-unused-source-sets-failure) Fix unused source sets missing in compilationsBySourceSets (KT-39304) (vor 6 Tagen) * a18bfad53a9 - Add stdlib API test + remove some extra IR stdlib API's (vor 5 Tagen) * 1ed43246137 - Completely rewrite reifiedIntTypeAnalysis, making it more streamline (vor 5 Tagen) * 0e908b720d0 - Replace SourceInterpreter with specific one in tail-call optimization (vor 5 Tagen) * 3fa9ea9bc08 - Remove unreachable instructions (vor 5 Tagen) * ea60b83f169 - Fix merging two sources with same type (vor 5 Tagen) * cd0e218a073 - Rewrite RedundantLocalsEliminationMethodTransformer (vor 5 Tagen) * f247ea7c27d - Replace SourceInterpreter with a specific one in coroutines inlining (vor 5 Tagen) * 99a1ef04604 - Minor: mute test in JS_IR (vor 5 Tagen) * 426f164e023 - [Gradle, JS] Webpack on file providers for task configuration avoidance (vor 5 Tagen) * 01f3e4b0833 - [Gradle, JS] Make destinationDir as var (vor 5 Tagen) * 402dfd5da72 - [Gradle, JS] Use RegularFile to not explicit dependsOn (vor 5 Tagen) * e27bd04ba20 - [Gradle, JS] Add dependency on dce task (vor 5 Tagen) * d3260bca27f - [Gradle, JS] JsBinaryType to KotlinJsBinaryType (vor 5 Tagen) * d27ad99daa7 - [Gradle, JS] KotlinJsType to KotlinJsMode (vor 5 Tagen) * a5e46568eea - [Gradle, JS] Move common part of webpack configuration to separate fun (vor 5 Tagen) * ef63d6f84c0 - [Gradle, JS] Add resolveFromModulesFirst to build tasks (vor 5 Tagen) * d4d8495840b - [Gradle, JS] Use property for webpack entry (vor 5 Tagen) * 65db6bb2a5a - [Gradle, JS] Add dce to development (vor 5 Tagen) * 9d8eb65a5ef - [Gradle, JS] Use API form Gradle 5.0 (vor 5 Tagen) * ba43ee84107 - Handle error type in SamType (vor 5 Tagen) * b0445496bbe - [JS] Autogenerate and mute missing test (vor 5 Tagen) * af13ae1ef29 - [JS] Add klib to kostlin-stdlib-js.jar distribution (vor 5 Tagen) * ebae6332aa5 - Fix invalid resources placement (vor 5 Tagen) * f2d0d8b422a - [FIR-PLUGIN] Add test for supertype modification extension (vor 5 Tagen) * dae2acca88e - [FIR] Remove useless hack for builtins from supertype resolution (vor 5 Tagen) * 9fa4ff750bf - [FIR] Fix ArrayMapImpl.iterator() (vor 5 Tagen) * 15d85bdc053 - [FIR] Add extension for adding new supertypes (vor 5 Tagen) * 0c18cb054d9 - [FIR-PLUGIN] Add tests for generating declarations from plugin (vor 5 Tagen) * eceeacdf610 - [FIR] Change nested class generation extension to generate top-level classes also (vor 5 Tagen) * 9cc13c8324f - [FIR-PLUGIN] Add dummy implementation for nested class generator extension (vor 5 Tagen) * 8acdb39bdd1 - [FIR-PLUGIN] Add dummy implementation for member generator extension (vor 5 Tagen) * 1b120c189ee - [FIR] Record generated classes in FirProvider (vor 5 Tagen) * ed55e84afa4 - [FIR] Distinct declarations found by FirPredicateBasedProvider (vor 5 Tagen) * 87f0f123a80 - [FIR] Add extension for generating new members for existing classes (vor 5 Tagen) * bd194686dfe - [Gradle, JS] Add index.html to Kotlin DSL wizard (vor 5 Tagen) * 6cb0190fad6 - FoldInitializerAndIfToElvis: should not add new line for multiline initializer (vor 5 Tagen) * 5eae262264e - [PLUGIN API] Implement custom linkage for plugin extensions (vor 5 Tagen) * a401374ed4d - [PLUGIN API] Add extension point to customize linkage process (vor 5 Tagen) * f9c2c846f79 - [IR] Move `IrProvider` and 'IrDeserializer' into separate package (vor 5 Tagen) * 71da941c8b4 - Use system-specific user cache directory in main-kts (vor 5 Tagen) * 8f80cf56645 - Improve hashing of script files (vor 5 Tagen) * 890da492fb0 - [Gradle, JS] Fix grammar in methods for JS import (vor 5 Tagen) * bc4d7e00207 - [Gradle, JS] Fix grammar on comment (vor 5 Tagen) * e9e850ad8f3 - [JS IR] Fix findInterfaceImplementation (vor 5 Tagen) * 19219c37b66 - FIR: Fix test data for KT-13650 related test (vor 5 Tagen) * 7a22827af49 - FIR: Unify all references to FIR nodes from non-parents (vor 5 Tagen) * 4a4dce1766a - FIR: Use more refined names instead of "safe" (vor 5 Tagen) * 6507656496c - FIR: Remove FirQualifiedAccessWithoutCallee.safe from generated code (vor 5 Tagen) * 291afd84486 - FIR: Remove FirQualifiedAcces.safe in non-generated code (vor 5 Tagen) * 55a4c40970d - FIR: Fix diagnostics test data after safe-call refactoring (vor 5 Tagen) * 723b275d99d - FIR: Fix rendered fir and DFA graph test data after safe-calls refactoring (vor 5 Tagen) * 409e90e7de3 - FIR: Fix codegen test data after safe-call refactoring (vor 5 Tagen) * 080565e4820 - FIR: Support safe-calls new format in DFA (vor 5 Tagen) * ec746e17c97 - FIR: Get rid of RealVariable.originalType (vor 5 Tagen) * b0b7cf40428 - FIR: Support safe-calls new format in FIR2IR (vor 5 Tagen) * 7ba1371466a - FIR: Support safe-calls new format in body resolution (vor 5 Tagen) * 755b8468777 - FIR: Support safe-calls in renderers (vor 5 Tagen) * 9f793f1486b - FIR: Support safe-calls new format in FIR builders (vor 5 Tagen) * cb1c3f87f07 - FIR: Prepare tree structure for safe-call refactoring (vor 5 Tagen) * 14a41d91f6c - FIR: Extract foldFlow from joinFlow/unionFlow in PersistentLogicSystem (vor 5 Tagen) * a3d6c428101 - FIR: Reuse some common parts in PersistentLogicSystem (vor 5 Tagen) * 233cf13bdc6 - FIR: Minor. Remove when branch that is just the same as "else" (vor 5 Tagen) * 93f39d5df95 - FIR: Minor. Refactor processLevelForPropertyWithInvoke (vor 5 Tagen) * be4d3783a40 - FIR: Fix type resolution for anonymous objects (vor 5 Tagen) * 4d484dd971e - FIR: Support java array in type argument (vor 5 Tagen) * 164b4dd4399 - [FIR-TEST] Update testdata according to #KT-39340 (vor 5 Tagen) * f8fdb0dc7ef - [JS] Add `;` after functions in .d.ts (vor 5 Tagen) * 2ca751a9fc1 - [JS] Prevent default class constructors in d.ts files. (vor 5 Tagen) * 695d383ed1f - [JS] Support secondary constructors in JsExport (vor 5 Tagen) * f128e5222ae - (tag: build-1.4.0-dev-9724, origin/rrr/1.4.0/1.4.0_start) [JVM_IR] Fix line number information for try-catch. (vor 5 Tagen) * 5efbe6ae15e - (tag: build-1.4.0-dev-9703, origin/rr/spaseeva/spec-tests) PSI2IR: SAM conversion in varargs (vor 6 Tagen) * 16f175612e0 - KT-31908 Handle SAM conversion on vararg elements (vor 6 Tagen) * 343af60cb4d - Add intention to expand boolean expression (vor 6 Tagen) * f005091dfb3 - (tag: build-1.4.0-dev-9700) Fix performance test stats reporting (vor 6 Tagen) * afd544cbabf - (tag: build-1.4.0-dev-9699) Introduce "Redundant 'asSequence' call" inspections (vor 6 Tagen) * e2c34554459 - (tag: build-1.4.0-dev-9689) Document NaN propagation in top-level minOf/maxOf functions (vor 6 Tagen) * d19f9ee0c5a - Simplify min/max implementation (vor 6 Tagen) * b4ba00ca366 - Document and test NaN propagation of maxOf/minOf (vor 6 Tagen) * 7b68de38e1f - Introduce minOf/maxOf, minOfWith/maxOfWith and their OrNull variants (vor 6 Tagen) * 6a24becd1d7 - Introduce sumOf with various selector types (vor 6 Tagen) * bdd53ee9cda - Introduce new overloads of flatMap and flatMapTo (vor 6 Tagen) * 562788ceb95 - stdlib-gen: allow template function sequences (vor 6 Tagen) * 79afc4f72bd - stdlib-gen: avoid placing exact duplicates of annotations (vor 6 Tagen) * 4ae6665b946 - Advance bootstrap to 1.4.0-dev-9619 (vor 6 Tagen) * 0ffa0b2bd77 - (tag: build-1.4.0-dev-9686) [FIR] Fix effective visibility handling for local members (vor 6 Tagen) * cb345a4c199 - [FIR mangler] Search for type parameters also in overridden declarations (vor 6 Tagen) * 8c422fbfc72 - [FIR2IR] Use signature composer to read external callables (vor 6 Tagen) * 9ea69b4b3ce - Introduce first version of FirJvmKotlinMangler & its parts (vor 6 Tagen) * a239604c24e - Rename & make public: Collection.collect -> collectForMangler (vor 6 Tagen) * ecb48b7ed94 - [FIR2IR] Support callables in signature composer (vor 6 Tagen) * 563981808d3 - (tag: build-1.4.0-dev-9671) Build: Move dependencies cleanup to corresponding task action (vor 6 Tagen) * f8b423046e3 - Build: Don't build idea sources for teamcity builds (vor 6 Tagen) * 05d160b1306 - (tag: build-1.4.0-dev-9664) Revert "IR linked: introduce IrElement.isExpectMember instead of descriptor use" (vor 6 Tagen) * 72dd2ef4486 - [FIR] Fix CFG building for secondary constructor with delegation (vor 6 Tagen) * b40709649dc - [FIR TEST] Add more detailed CFG inconsistency message (vor 6 Tagen) * 718f0240a1c - [FIR TEST] Add problematic CFG test (vor 6 Tagen) * a476d1dbc49 - (tag: build-1.4.0-dev-9653) String prototypes polyfills on Object.defineProperty (vor 6 Tagen) * 9431fc46933 - Polyfill for Arrays should be declared with Object.defineProperty (vor 6 Tagen) * 83e17cbf092 - (tag: build-1.4.0-dev-9651, origin/rr/gradle/ilgonmic/KT-39213) [Gradle, JS] Use name of target, not name of preset (vor 6 Tagen) * b68715441f7 - [Gradle, JS] Remove redundant fixing names (vor 6 Tagen) * 44f16eac2ec - Fixed resolution of dependencies on js libraries compiled in both mode (vor 6 Tagen) --- gradle.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index ac59a0723c9..ce157f53562 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,12 +18,12 @@ buildKotlinVersion=1.4.0-dev-9619 buildKotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.0-dev-9619,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-9642,branch:default:any,pinned:true/artifacts/content/maven -kotlinVersion=1.4.0-dev-9642 -kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.0-dev-9642,branch:default:any,pinned:true/artifacts/content/maven -kotlinStdlibVersion=1.4.0-dev-9642 -kotlinStdlibTestsVersion=1.4.0-dev-9642 -testKotlinCompilerVersion=1.4.0-dev-9642 +kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.20-dev-226,branch:default:any,pinned:true/artifacts/content/maven +kotlinVersion=1.4.20-dev-226 +kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.4.20-dev-226,branch:default:any,pinned:true/artifacts/content/maven +kotlinStdlibVersion=1.4.20-dev-226 +kotlinStdlibTestsVersion=1.4.20-dev-226 +testKotlinCompilerVersion=1.4.20-dev-226 konanVersion=1.4.20 # A version of Xcode required to build the Kotlin/Native compiler.