1 2 3 4 5 6 7 8
plugins { kotlin("jvm") id("org.jlleitschuh.gradle.ktlint") } dependencies { implementation(kotlin("stdlib-jdk8")) }