c0nnor263 / obfustring-plugin

This is a Android Gradle plugin that obfuscates strings in Kotlin classes
Apache License 2.0
20 stars 2 forks source link

error #4

Closed TonDevv closed 5 months ago

TonDevv commented 7 months ago

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 { /**

c0nnor263 commented 6 months ago

Could you please provide the contents of the app and project modules build.gradle, settings.gradle files?