Czar
09/22/2020, 4:19 PMExecution failed for task ':dokkaHtmlMultiModule'.
> Could not resolve all files for configuration ':dokkaHtmlMultiModulePlugin'.
> Cannot resolve external dependency org.jetbrains.dokka:dokka-base:1.4.10 because no repositories are defined.
Required by:
project :
I'm a bit at a loss, it was obviously running and generating module docs, but then it says it can't find itself? o_OCzar
09/22/2020, 4:21 PMrepositories { jcenter() }
Sebastian Sellmair [JB]
09/22/2020, 4:21 PMallprojects {
repositories {
jcenter()
}
}
In your root build.gradle.kts?
``````Czar
09/22/2020, 4:22 PM