It seems a bit iky that I have to do a `withType&l...
# gradle
d
It seems a bit iky that I have to do a
withType<JavaCompile>()
, as opposed to the sweet sweet
compileKotlin
(or indeed
compileTestKotlin
,
test
, etc..)