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
Alexander Hinze
03/29/2025, 10:47 PM
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.
Alexander Hinze
03/30/2025, 5:56 PM
Working on local drop delegates with a safe scope-based API and a fix for the compiler plugin artifact not being published correctly.
Alexander Hinze
03/30/2025, 11:20 PM
1.1.0.4 is published now, which features deferred scoped, dropping locals and a fix for the compiler plugin