Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Butterknife plugin in Gradle 8.5.1 #1702

Open
MBalazs1234 opened this issue Jul 24, 2024 · 0 comments
Open

Butterknife plugin in Gradle 8.5.1 #1702

MBalazs1234 opened this issue Jul 24, 2024 · 0 comments

Comments

@MBalazs1234
Copy link

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:

butterknife = "10.2.3"
butterknife-plugin = { id = "com.jakewharton.butterknife", version.ref = "butterknife" }

and registering it:

alias(libs.plugins.butterknife.plugin) apply false

But it throws an error:

* 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:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant