farimarwat / LokaleNow

An android gradle plugin for automating localization
88 stars 13 forks source link

Build.gradle issue #2

Open usman784 opened 11 months ago

usman784 commented 11 months ago

A problem occurred evaluating project ':app'. Could not find method lokalenow() for arguments on project ':app' of type org.gradle.api.Project. Capture2 Capture

farimarwat commented 11 months ago

you are applying plugin in wrong place. Apply it in plugin's block of app level gradle file not in settings Gradle