obfustring-plugin icon indicating copy to clipboard operation
obfustring-plugin copied to clipboard

This is a Android Gradle plugin that obfuscates strings in Kotlin classes

Results 2 obfustring-plugin issues
Sort by recently updated
recently updated
newest added

i got this error : Caused by: groovy.lang.MissingPropertyException: Could not get unknown property 'ObfustringMode' for extension 'obfustring' of type io.github.c0nnor263.obfustringplugin.ObfustringExtension. i used : classpath("io.github.c0nnor263:obfustring-plugin:12.0.1") id 'io.github.c0nnor263.obfustring-plugin' obfustring { /** *...

bug