Skip to content

Kotlin 1.3.61

Compare
Choose a tag to compare
@Movshin Movshin released this 26 Nov 23:35

1.3.61

Compiler

  • KT-35004 "AssertionError: Unsigned type expected" in when range check in extension on unsigned type

IDE

  • KT-34923 [Regression] KtUltraLightMethod.hasModifierProperty("native") returns false for external Kotlin functions

Libraries

  • KT-21445 W3C DOM Touch events and interfaces are incomplete / missing

Tools. Compiler Plugins

  • KT-34991 kotlinx.serialization: False warning "Explicit @serializable annotation on enum class is required when @SerialName or @SerialInfo annotations are used on its members"

Tools. J2K

  • KT-34987 New J2K converter: @NotNull annotations are not removed after converting java code to kotlin
  • KT-35074 J2K: No auto conversion in 'for' loop with multiple init variables