Skip to content

1.1.1-RC

Compare
Choose a tag to compare
@zarechenskiy zarechenskiy released this 07 Mar 15:17
· 21 commits to 1.1.1 since this release

IDE

  • KT-15200 Show implementation should show inherited classes if a typealias to base class/interface is used
  • KT-16481 Kotlin debugger & bytecode fail on select statement blocks (IllegalStateException: More than one package fragment)

Gradle support

  • KT-15783 Gradle builds don't use incremental compilation due to an error: "Could not connect to kotlin daemon"
  • KT-16434 Gradle plugin does not compile androidTest sources when Jack is enabled
  • KT-16546 Enable incremental compilation in gradle by default

Compiler

  • KT-16184 AbstractMethodError in Kapt3ComponentRegistrar while compiling from IntelliJ using Kotlin 1.1.0
  • KT-16578 Fix substitutor for synthetic SAM adapters
  • KT-16581 VerifyError when calling default value parameter with jvm-target 1.8
  • KT-16583 Cannot access private file-level variables inside a class init within the same file if a secondary constructor is present
  • KT-16587 AbstractMethodError: Delegates not generated correctly for private interfaces
  • KT-16598 Incorrect error: The feature "bound callable references" is only available since language version 1.1
  • KT-16621 Kotlin compiler doesn't report an error if a class implements Annotation interface but doesn't implement annotationType method
  • KT-16441 NoSuchFieldError: $$delegatedProperties when delegating through provideDelegate in companion object