Skolson5903
07/31/2020, 12:49 AMSkolson5903
07/31/2020, 12:50 AMSkolson5903
07/31/2020, 1:09 AMproject.afterEvaluate {
val moduleName = this.name.substring(0, 1).capitalize() + this.name.substring(1)
tasks.getByName("compileDebugSources").finalizedBy("compileDebugUnitTestKotlin$moduleName")}
But I don't understand why I have to do this...