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
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