Update gradle-plugin-protobuf
I am attempting to package bundletool #21 , but I am stuck because it depends on a much more recent version of gradle-plugin-protobuf.
The protobuf-gradle-plugin
we have in Debian has upstream at aantono/gradle-plugin-protobuf.
The protobuf-gradle-plugin
upstream source have since moved from aantono/gradle-plugin-protobuf to google/protobuf-gradle-plugin and a lot seem to have changed in the code, the latest version has some dependencies that I can't seem to find in Debian.
One of such is Kotlin DSL gradle plugin, I tried to patch it out from build.gradle
( which is not a good solution, considering that Kotlin DSL is being used in a few gradle builds within the package ) but got another error of missing gradle plugin publish
Note that after moving from aantono/gradle-plugin-protobuf to google/protobuf-gradle-plugin, the versioning of gradle-plugin-protobuf
moved from 0.9.2 to v0.1.0, and now at 0.8.19
Help to update the gradle-plugin-protobuf will be much appreciated. Thanks!