hmm... `gradle.taskgraph.whenReady { assembleRelea...
# android
d
hmm...
gradle.taskgraph.whenReady { assembleRelease << { doOtherStuff() } }
seems to have fixed it. not sure if that's the correct approach though