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
Butterknife recently introduced a butterknife-reflect artifact, which is an API-compatible replacement for butterknife which uses 100% reflection to fulfill field and method bindings for use during development.
It would be great if a similar solution was introduced in Dart & Henson libraries so devs could use it during development to avoid any annotations processors run.
The text was updated successfully, but these errors were encountered:
Butterknife recently introduced a butterknife-reflect artifact, which is an API-compatible replacement for
butterknife
which uses 100% reflection to fulfill field and method bindings for use during development.It would be great if a similar solution was introduced in Dart & Henson libraries so devs could use it during development to avoid any annotations processors run.
The text was updated successfully, but these errors were encountered: