issues
search
spxbhuhb
/
adaptive
Consolidated full-stack application development library for Kotlin
https://adaptive.fun
Apache License 2.0
3
stars
0
forks
source link
[plugin] Improve and cleanup patching in lambdas
#63
Open
toth-istvan-zoltan
opened
2 months ago
toth-istvan-zoltan
commented
2 months ago
In
StateAccessTransform
call to
patch
is added only to the end of the method, not to all
return
statements
UIEvent calls patch which is probably unnecessary
StateAccessTransform
call topatch
is added only to the end of the method, not to allreturn
statements