Colton Idle
eygraber
tasks.withType(Detekt::class.java).configureEach { val projectDir = projectDir val buildDir = project.layout.buildDirectory.asFile.get() exclude { it.file.relativeTo(projectDir).startsWith(buildDir.relativeTo(projectDir)) } } }
A modern programming language that makes developers happier.