This repository has been archived by the owner on Dec 20, 2022. It is now read-only.
Releases: Foso/MpApt
Releases · Foso/MpApt
v0.8.8
v0.8.7
MpApt 0.8.6
v0.8.6
- Fixed that processing of file annotation on native targets was called too often
MpApt 0.8.4
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