what could be causing this warning and should I be...
# dokka
c
what could be causing this warning and should I be worried about it?
Copy code
> Task :genJavadoc
WARN: Failed to initialize native filesystem for Windows
java.lang.RuntimeException: Could not find installation home path. Please make sure bin/idea.properties is present in the installation directory.
the file is, in fact, present, although I have no clue why it's even trying to get there
k
That's because dokka uses parts of Intellij for analysis. I have fixed this bug, but the fix has not been published yet. You can safely ignore it if the docs look right
b
Does that mean dokka might not work at all without intellij installed?