Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 2.22 KB

ChangeLog.md

File metadata and controls

41 lines (27 loc) · 2.22 KB

CHANGELOG

1.2-M2

Android

  • KT-16934 Android Extensions fails to compile when importing synthetic properties for layouts in other modules

Compiler

  • KT-15825 Switch warning to error for java-default method calls within 1.6 target
  • KT-18702 Do not use non-existing class for suspend markers
  • KT-18845 Exception on building gradle project with collection literals
  • KT-19441 Fix collection literals resolve in gradle-based projects

IDE. Inspections and Intentions

  • KT-18160 Circular autofix actions between redundant modality and non-final variable with allopen plugin
  • KT-18194 "Protected in final" inspection works incorrectly with all-open
  • KT-18195 "Redundant modality" is not reported with all-open
  • KT-18197 Redundant "make open" for abstract class member with all-open

Standard Library

  • KEEP-11
    • windowed function: make default step equals to 1, add partialWindows parameter
    • rename pairwise function to zipWithNext
  • KT-4900 Support math operations in stdlib
  • KT-18264 Provide Double and Float bit conversion functions as extensions

Tools. kapt

  • KT-18799 Kapt3, IC: Kapt does not generate annotation value for constant values in documented types

Previous releases

This release also includes the fixes and improvements from 1.2-M1 and 1.1.4-EAP-54 releases.