vanniktech/gradle-code-quality-tools-plugin

kotlin language can not be set

ventura8 opened this issue · 1 comments

kotlin language ( cpd { language = 'kotlin' } ) can not be set because kotlin files have .kt extension and the plugin sets .kotlin
https://github.com/vanniktech/gradle-code-quality-tools-plugin/blob/master/src/main/kotlin/com/vanniktech/code/quality/tools/CodeQualityToolsPlugin.kt#L296

language = 'kt'