One of the current needs in Kotlin Multiplatform (KMP) projects is the ability to obfuscate string literals. I'm wondering if it's possible to create a Gradle task that automatically detects and modifies all string values in Kotlin source files before the build phase of each platform begins.
Is this technically feasible with LSParanoid?
Thanks!