Csabi Szenczi
detekt { source = files(rootProject.rootDir, "src") } tasks.withType<Detekt>().configureEach { setSource(files("src/main/res")) include("**/*.kt") include("**/*.kts") include("**/*.xml") include("**/**.xml") exclude("**/resources/**") exclude("**/build/**") }
gammax
A modern programming language that makes developers happier.