Does Dokka `0.10.x` not support Native or JS IR? I...
# dokka
s
Does Dokka
0.10.x
not support Native or JS IR? I can’t seem to set up IR, but maybe that’s because I have it as
BOTH
(IR/Legacy)
and Dokka
0.10.x
only seems to support
jsLegacy
. I’m following the official example here: https://github.com/Kotlin/kotlin-examples/commit/c68aec8568ee83ca840c33df1c95b255977f941b
Currently these tags are being generated. I was hoping to get
(Common, JVM, JS)
, and soon hopefully
Native
as that is something we’re working on in Arrow right now to be released next month.