Czar
06/07/2017, 10:54 AMjava
being not recognised, finally I manage to do this in following way:
configure<JavaPluginConvention> {
sourceSets[SourceSet.MAIN_SOURCE_SET_NAME].java {
srcDir("src/main/kotlin")
}
}
1 reply
kasper.kondzielski: plugins {
java // so we can benefit from the `java` accessor below
}