<@U2YJBAX1R> commented on <@U5R5FGVH7>’s file <htt...
# gradle
u
@jlleitschuh commented on @napperley’s file https://kotlinlang.slack.com/files/U5R5FGVH7/F6XT124G7/sample_build_file.kt: Firstly, you want to put your
plugin
block at the top just below your imports. Secondly, there is a method in the Kotlin DSL you can call:
Copy code
dependencies {
    compile(gradleKotlinDsl())
}