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

Releases: Foso/MpApt

v0.8.8

01 Jun 19:04
Compare
Choose a tag to compare

Update to Kotlin 1.5.10, no api changes

v0.8.7

10 Aug 11:00
Compare
Choose a tag to compare

Update to Kotlin 1.4.0, same api as 0.8.6

MpApt 0.8.6

23 May 15:46
Compare
Choose a tag to compare

v0.8.6

  • Fixed that processing of file annotation on native targets was called too often

MpApt 0.8.4

23 Jan 19:24
d0065f3
Compare
Choose a tag to compare

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

0.8.2

11 Sep 17:20
Compare
Choose a tag to compare

fixed that processingOver was called to often
You can now detect annotation with Target (ANNOTATION_CLASS,TYPE_PARAMETER,FIELD,FILE,LocalVariable)