Any news on Java>10 support for Dokka? Or any a...
# dokka
b
Any news on Java>10 support for Dokka? Or any alternative we can use? I have a project that I publish on bintray, but I can't get it compiled with anything >8
s
Scroll up for latest news, it's been brought up before. Javadoc jars aren't required for Bintray, only for Maven Central.
b
Thanks
s
For Maven Central, you'd have to make an empty jar, and Maven Central will accept that.
b
Is dokka still maintained?
I have projects that require doc (dependent on Orchid)
and Orchid uses Dokka IIUC
s
Dokka is still maintained, yes. Development is just a bit slow due to a small team working on the project
b
thx
I'll try to see if I can find a way to get the doc generated on another server
j
fwiw we are able to generate via dokka on a jdk11 jvm, but telling dokka to target release 8
b
do you know if this has an impact of any sort on the doc generated?
j
Links are to jdk8 docs, other than that I'm not sure.
b
thx