Hey, does anybody know how to access to `StandardJ...
# gradle
s
Hey, does anybody know how to access to
StandardJavadocDocletOptions.links
from
tasks.withType<Javadoc> { }
to specify external Javadoc URL with Kotlin DSL?
g
maybe just cast options to StandardJavadocDocletOptions
looks as a bug of Gradle API
s
Casting works, but indeed such common option should be exposed.
I will report that to them.