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
This is similar to #1660 but affects the flow only once.
When I was trying to generate bindings to com.google.android.play:app-update it was not enough to add it as dependency to build.gradle of the plugin. Only after I added it to example app's build.gradle the bindings got generated correctly.
This is similar to #1660 but affects the flow only once.
When I was trying to generate bindings to
com.google.android.play:app-update
it was not enough to add it as dependency tobuild.gradle
of the plugin. Only after I added it to example app'sbuild.gradle
the bindings got generated correctly.See example files below:
Ideally adding the dependency just to the plugin
build.gradle
should be enough for the jnigen to pick up the classes.The text was updated successfully, but these errors were encountered: