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
Okbuck now supports Android Gradle Plugin version 3.1.x and higher. This is a major refactor. There is no compatibility with 3.0.x versions as some apis used by okbuck were internal in those releases. (#568)
Okbuck correctly processes java-library projects and api / implementation configurations. It is recommended to switch from the deprecated compile configurations.
Flavor dimensions for android projects are supported now.
Breaking Changes
Okbuck is no longer compatible with Android Gradle plugin versions < 3.1.x . If you need okbuck support for those projects, please use an older version (v0.32.2) of okbuck.
Projects using buttkernife gradle plugin will need to use a snapshot version since there is no official release yet for the 9.0.0 version. It is recommended to use a named snapshot version (like 9.0.0-20180212.024336-29) to avoid issues with buck build caching. Only the gradle plugin needs to be updated. The versions of butterknife and butterknife compiler can unchanged till 9.0.0 is released.