Skip to content

0.2.0

Latest

Choose a tag to compare

@xxfast xxfast released this 01 Aug 06:41
· 13 commits to main since this release

What's Changed

  • Map nullable and suspend-returning StateFlow by @xxfast in #1
  • Fail fast on constructors overloaded on reference nullability (ADR-034) by @xxfast in #2
  • Map nullable Boolean to bool? at every forward position (ADR-069) by @xxfast in #3
  • Map Kotlin interfaces at return positions to IFoo (ADR-040) by @xxfast in #6
  • Map C#-declared interfaces to Kotlin by @xxfast in #7
  • Add settable .Value for MutableStateFlow<T> (ADR-069) by @xxfast in #4
  • Map closed constructed generics from C# to Kotlin (ADR-072) by @xxfast in #8
  • Fix KSP dropping suspend functions from generated output by @xxfast in #5
  • Bind Map and Set method parameters in generated C# (ADR-073) by @xxfast in #9
  • Bump Kotlin to 2.4.10 and KSP to 2.3.10 by @xxfast in #10

Full Changelog: 0.1.0...0.2.0