Hey, I stumbled upon this library during a research (actually lasted 2 years) for a KMP implementation of Brotli, and guess what, here I also found a plugin for Ktor ❤️
I tried com.ensody.kompressor:kompressor-brotli-ktor, and it looks like desugaring needs to be enabled - it seems a bit anachronistic to me, given it's a pure Kotlin wrapper around native code.
Out of curiosity, why desugaring needs to be enabled?
Hey, I stumbled upon this library during a research (actually lasted 2 years) for a KMP implementation of Brotli, and guess what, here I also found a plugin for Ktor ❤️
I tried
com.ensody.kompressor:kompressor-brotli-ktor, and it looks like desugaring needs to be enabled - it seems a bit anachronistic to me, given it's a pure Kotlin wrapper around native code.Out of curiosity, why desugaring needs to be enabled?