You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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"] }
I had everything like you mentioned in documentation but couldn't build the project.
Exception:
failed to apply plugin 'io.github.farimarwat.lokalenow'.
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.
The text was updated successfully, but these errors were encountered: