Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

MpApt 0.8.4

Compare
Choose a tag to compare
@Foso Foso released this 23 Jan 19:24
· 32 commits to master since this release
d0065f3

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