adam-mcneilly
04/15/2018, 4:58 PMgenerateRelease
gradle task, I want to also run the dokka task at the same time. I can't figure this out.
I did some search on stackoverflow , and the closest I found was something like this, but it fails:
task generateRelease << {
dokka.execute()
}