<@U3DE1TXKP> I'm not entirely sure how to do that,...
# dokka
d
@robstoll I'm not entirely sure how to do that, I imported it but the import is greyed out and squiggly-lined saying "unused import"... and the
[Long.myExtensionFunction]
is still underlined (the stuff after the
.
) - update: now it's removed the import
r
Please show me your import statement
d
this seems to import it
import helper.extension.toABC
for
Long.toABC()
in a kt file in that package, and it stays imported as long as i put some code to reference it ... but I only want to link the kdoc to it, I don't actually want that function referenced in code in the file that has the kdoc
[Long.toABC]
r
hm... the same approach works for me
I am using intellij 2017.1.1
and kotlin 1.1.1
d
ok, thanks - don't worry about it then. I also have the latest. But I did get an ide exception when playing around with that. so it might be something here
r
Actually, I am not refering to the extension function like this `[Long.myExtensionFunction]`but like this
[myExtensionFunction]