Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 19859

Force rerun a task by another task

$
0
0

Try adding

println "***${tasks.compileDebugKotlin.class.name}" 

You’ll see what task type it is. Or you could go to the android plugin docs which should tell you the type of the task. Then you’ll probably add another one to the model


Viewing all articles
Browse latest Browse all 19859

Trending Articles