set :play:android-publisher as an API dependency
juliocbcotta opened this issue · comments
I can't find some classes when writing a convention plugin, in this slack thread I was told to report it as a bug.
It seems that declaring directly in my convention plugin project fixes it, but since the model classes, like ReleaseStatus
are used int the plugin extension, their dependency should be transitive (API), I think.
compileOnly("com.github.triplet.gradle:android-publisher:3.8.4")
Could you take a look?
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.