aafanasev / sekret

Kotlin compiler plugin to hide secret data
MIT License
112 stars 7 forks source link

Support K2 Compiler #36

Open Javaru opened 4 months ago

Javaru commented 4 months ago

This plugin is not compatible with the new K2 Compiler, the default compiler in Kotlin 2.x. It would be useful to have this plugin reworked to support the K2 Compiler.

DatL4g commented 3 months ago

FYI @Javaru and @bfg

Sekret supports this with K2 and fully multiplatform compatible by using Secure Logging

Javaru commented 3 months ago

Thanks @DatL4g

bfg commented 2 months ago

@DatL4g that's amazing, works flawlessly.