Skip to content

0.16.5

Compare
Choose a tag to compare
@ZacSweers ZacSweers released this 21 Jan 02:57
· 362 commits to main since this release
d7c7b1d
  • Enhancement: Generate manual Type construction in moshi-ir adapter lookups. Prior to this, we generated IR
    code that leveraged typeOf(), but this appears to be too late to leverage compiler intrinsics support for it and
    appears to cause some issues if kotlin-reflect is on the classpath. This should improve runtime performance as a
    result.