google / protobuf-gradle-plugin

Protobuf Plugin for Gradle
Other
1.73k stars 269 forks source link

Could not find method protobuf() #728

Closed Talkwondo closed 11 months ago

Talkwondo commented 11 months ago

when add protobuf { } to app build gradle. i get this error.

ejona86 commented 11 months ago

Sounds like you didn't apply the plugin.

Talkwondo commented 11 months ago

applied the plugin both in moudle and the project build gradle;

project gradle and moudle plugins { id 'com.google.protobuf' version '0.8.12' apply false }

ejona86 commented 11 months ago

apply false means you aren't applying it. Why using the old version?

Talkwondo commented 11 months ago

ill try the new version

Talkwondo commented 11 months ago

apply id 'java' solved the problem