After reading this: <https://github.com/bintray/gr...
# gradle
d
After reading this: https://github.com/bintray/gradle-bintray-plugin/issues/249 TL;DR 
afterEvaluate { .... afterEvaluate { .... } }
I set a parameter 
lazy
  that, only if ‘true’ it wraps 
publishing / configure
 into afterEvaluate. But I got other errors, like 
Task with name 'bundleReleaseAar' not found in project ':test:test-android'
I tried to move the
afterEvaluate
  up, down, left and right, but I’m goin blindly 😅 Any advice? I’m getting crazy over it. Thanks 🙂