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