<dependency>
<groupId>com.pinterest.ktlint</groupId>
<artifactId>ktlint-reporter-plain</artifactId>
<version>0.37.2</version>
</dependency>
@Grapes(
@Grab(group='com.pinterest.ktlint', module='ktlint-reporter-plain', version='0.37.2')
)
runtime
|-- com.pinterest.ktlint:ktlint-core:0.37.2
|-- org.jetbrains.kotlin:kotlin-stdlib:1.3.70
test
|-- junit:junit:4.12