kotlin val p = project { name = "HelloWorld" version = "1.0" dependencies { compile("org.slf4j:slf4j-api:1.7.25") testCompile("junit:junit:4.12") } }