GPP is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata.
It is common practise to define company plugins to configure other plugins in the same way for the hole company. In these plugins you apply other plugins in a type save way e.g. apply<PlayPublisherPlugin>() this is not possible as PlayPublisherPlugin is defined internal.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug
It is common practise to define company plugins to configure other plugins in the same way for the hole company. In these plugins you apply other plugins in a type save way e.g.
apply<PlayPublisherPlugin>()
this is not possible asPlayPublisherPlugin
is definedinternal
.