Join Slack
Powered by
As a workaround, i had to manually add the clean t...
# gradle
s
suresh
04/09/2017, 10:36 PM
As a workaround, i had to manually add the clean task dependency in my
buildSrc
script file
Copy code
val clean by tasks val compileKotlin by tasks compileKotlin.dependsOn(clean)
Open in Slack
Previous
Next