Hi, is it possible to have both Groovy and Kotlin kts build scripts in same project?
I want to adapt and slightly modify this Android App Bundle sample snippet for creating tasks but our project still uses groovy. I do however have my
buildSrc
folder set up, with some kotlin Tasks.
But is it possible to put this into a script like