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 am working on a legacy code system and first I am working on migrating the Gralde plugins.
I saw in order to generate R2 I need to apply apply plugin: 'com.jakewharton.butterknife' but now I have to register the plugin first.
I tried adding the plugin like this:
* Exception is:
org.gradle.api.plugins.UnknownPluginException: Plugin [id: 'com.jakewharton.butterknife', version: '10.2.3', apply: false] was not found in any of the following sources:
The text was updated successfully, but these errors were encountered:
I am working on a legacy code system and first I am working on migrating the Gralde plugins.
I saw in order to generate R2 I need to apply
apply plugin: 'com.jakewharton.butterknife'
but now I have to register the plugin first.I tried adding the plugin like this:
and registering it:
alias(libs.plugins.butterknife.plugin) apply false
But it throws an error:
The text was updated successfully, but these errors were encountered: