Task with name 'preBuild' not found in project ':app'.
I had everything like you mentioned in documentation but couldn't build the project. Exception: failed to apply plugin 'io.github.farimarwat.lokalenow'.
Task with name 'preBuild' not found in project ':app'.
Added pluging in build.gradle(:app)
Set required languages in same class after android tag
Added pluginManagement in setting.gradle.
let me know if doing anything wrong here.
Hi, You're using the Groovy build system so, please use this:
id "io.github.farimarwat.lokalenow" version "1.3"
and
lokalenow{ listLang = ["fr","ru","ar"] }
the same issue appeared to me.
are there any updates?
kindly share your AGP and gradle version.
Note: Plugin has been updated. Check again