jeremymailen / kotlinter-gradle

Painless, fast ktlint plugin for Gradle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add custom ktlint RuleSets from within a project's module?

kenyee opened this issue · comments

There is documentation on how to do this for JAR files as well as maven artifacts, but is it possible to use a project's module that contains the files for custom rules?

e.g.., I want to do:

buildscript {
    dependencies {
        classpath(project(":libs:custom-ktlint-rules"))
    }
}

If I understand correctly your request, that's being worked on.
See #34

Closing as duplicate.