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 {
/**
Key used to obfuscate strings
*/
key = "werwer88"
/**
Configure obfustring mode using [ObfustringMode]
*/
mode = ObfustringMode.DEFAULT
/**
Enable logging
*/
loggingEnabled = true
/**
Set JVM argument -Xstring-concat using [StringConcatStrategy]
*/
stringConcatStrategy = StringConcatStrategy.INDY
}
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 { /**
Key used to obfuscate strings */ key = "werwer88"
/**
Configure obfustring mode using [ObfustringMode] */ mode = ObfustringMode.DEFAULT
/**
Enable logging */ loggingEnabled = true
/**