ayeung
ayeung
@NohaSamir I'm getting the same exact error. Wondering if this was a generated file that you removed during the gradle build process. If you have a code snippet, that would...
Thanks for the info. I tried deleting some of the generated test files, and it doesn't seem to help in my case. This happened to me when I upgraded from...
In case anyone else is curious, I was able to get around this by changing this in my build.gradle file ```dokkaJavadoc.configure { outputDirectory.set(file("$buildDir/../../../../docs/java-docs")) dokkaSourceSets { configureEach { includeNonPublic.set(false) skipDeprecated.set(false) reportUndocumented.set(false)...