Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Update dokka to 1.6.21 #133

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update dokka to 1.6.21 #133

wants to merge 1 commit into from

Conversation

eygraber
Copy link
Owner

@eygraber eygraber commented May 9, 2022

No description provided.

@@ -2,8 +2,15 @@

import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

buildscript {
dependencies {
classpath(libs.buildscript.dokkaCore)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! Sorry, not an expert on Android, but are you sure that the value of libs.buildscript.dokkaCore is 1.6.21? I'm afraid it might be taken from the AGP with version 1.4.32.

Can you verify it?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That should be coming from my version catalog, where it is set to 1.6.21 but I will double check.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've verified that it is 1.6.21

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you see Dokka 1.6.21 if you run ./gradlew buildEnvironment?

Not sure what's up then...

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gradle buildEnvironment | grep dokka
+--- org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin:1.6.21
|    \--- org.jetbrains.dokka:dokka-gradle-plugin:1.6.21
|         +--- org.jetbrains.dokka:dokka-core:1.6.21
|    +--- org.jetbrains.dokka:dokka-gradle-plugin:1.6.21 (*)
|    +--- org.jetbrains.dokka:dokka-core:1.6.21 (*)
|    |    +--- org.jetbrains.dokka:dokka-core:1.4.32 -> 1.6.21 (*)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants