mkobit
11/15/2017, 10:06 PMkotlin-dsl
should generate those functions based on the plugins you have applied. if you apply the java
plugin
plugins {
java
}
that will generate the different extensions like compile
, implementation
, runtimeOnly
, testImplementation
, (and others)