Slackbot
10/12/2022, 3:14 PMSteven Zeck
10/12/2022, 3:40 PMorg.gradle.api.plugins.UnknownPluginException: Plugin [id: 'org.jetbrains.dokka'] was not found in any of the following sources
if we don't have id 'org.jetbrains.dokka' version "1.7.10" apply false
in the parent project's build.gradle
. Is there a way to avoid that as well?Thomas Broyer
10/12/2022, 3:41 PMincludeBuild
) as that's the proper way to compose builds together in Gradle.Steven Zeck
10/12/2022, 3:57 PM