MpApt v0.8.4 Release Notes

Release Date: 2020-01-23 // over 4 years ago
  • v0.8.4

    ๐Ÿ— Build with Kotlin 1.3.61

    ๐Ÿ›  Fixed bug that produced a crash when annotating functions with expression body like
    "fun functionWithExpressionBody() = 1 + 1" on Native (thx to @chippmann)

    โœ‚ Removed SyntheticResolveExtensionImpl, you don't need add:
    SyntheticResolveExtension.registerExtension(project, mpapt) anymore