<dependency>
<groupId>com.pinterest.ktlint</groupId>
<artifactId>ktlint-core</artifactId>
<version>0.37.1</version>
</dependency>
compile
|-- org.jetbrains.kotlin:kotlin-compiler-embeddable:1.3.70
runtime
|-- org.jetbrains.kotlin:kotlin-stdlib:1.3.70
|-- org.ec4j.core:ec4j-core:0.2.0
test
|-- junit:junit:4.12