This might be worthy of a cross post to <#C0F4UNJE...
# android
a
This might be worthy of a cross post to #dokka, but I added the gradle plugin and I can run it fine. What I want to achieve: Every time I run the
generateRelease
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:
Copy code
task generateRelease << {
    dokka.execute()
}