MpApt Versions Save

(Deprecated) :wrench: Kotlin Native/JS/JVM Annotation Processor library for Kotlin compiler plugins

v0.8.8

2 years ago

Update to Kotlin 1.5.10, no api changes

v0.8.7

3 years ago

Update to Kotlin 1.4.0, same api as 0.8.6

0.8.6

3 years ago

v0.8.6

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

0.8.4

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

0.8.2

4 years ago

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