Skip to content

0.0.26

Choose a tag to compare

@Schahen Schahen released this 24 Jan 11:02
· 909 commits to master since this release

[0.0.26] - 24'January 2020

  • In some cases something that is a valid override in typescript is not an override in kotlin, we have to copy overriden method to the descendant class.
  • Rename class if it's name clashes with the named import
  • Types from optional params are not forcibly converted to nullables
    Inline extension functions generated from interfaces are unrolled if there're optional params.