I also published the first snapshot 1.1.0.2 of my ...
# feed
a
I also published the first snapshot 1.1.0.2 of my new structured RAII and error handling library. This lets you leverage a RAII pattern in Kotlin objects and automates the freeing of resources. https://git.karmakrafts.dev/kk/rakii
🙌 4
K 3
Right now it is still missing support for locals, but i am actively working on that. After that i will try to implement as many optimizations as i can to reduce the possible overhead of relying on the runtime implementation of the
DropDelegate
class.
Working on local drop delegates with a safe scope-based API and a fix for the compiler plugin artifact not being published correctly.
1.1.0.4 is published now, which features deferred scoped, dropping locals and a fix for the compiler plugin