This repository has been archived by the owner on Dec 20, 2022. It is now read-only.
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