Block a user
assert-related testing functions, findFirst/findFirstOrNull methods, and expand documentation.
init blocks for instance initialization, refactor class initialization logic to ensure correct inheritance and constructor chaining, update documentation and add tests.
kotlin.time.Instant and kotlin.time.Clock, update dependencies to support Kotlin 2.2, and adopt JVM 17.
Add syntax sugar for Container data encryption/decryption with password and document it well
sergeych
released 0.9.0, kotlin 2.2.21, fixed problems on macOS/iOS caused by some kotlinx.datetime and kotlin.time library changes at sergeych/crypto2
2025-12-16 21:02:33 +03:00
Scope as resolveQualifiedIdentifier, replace inline logic in LynonDecoder.
decodeClassObj to mimic compiler behavior for qualified names, add evaluateQualifiedNameAsCompiled.