As a workaround, i had to manually add the clean t...
# gradle
s
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)