Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dokka to 1.6.10 #1497

Merged

Conversation

SampathKumarAmex
Copy link
Contributor

Dokka is a documentation engine for Kotlin. So, it make sense to keep the same version as Kotlin.

https://github.com/Kotlin/dokka/releases

Copy link
Collaborator

@ZacSweers ZacSweers left a comment

Choose a reason for hiding this comment

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

These are not updated in lockstep, please use a separate version. You can update it to 1.6.10 though for this PR

@SampathKumarAmex
Copy link
Contributor Author

These are not updated in lockstep, please use a separate version. You can update it to 1.6.10 though for this PR

Done.

@@ -2,14 +2,15 @@
autoService = "1.0"
gjf = "1.11.0"
jvmTarget = "1.8"
kotlin = "1.6.0"
kotlin = "1.6.10"
dokka = "1.6.10"
Copy link
Collaborator

Choose a reason for hiding this comment

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

This isn't reused anywhere, please just keep the version in the dependency declaration like before

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok, deleted the dokka variable. Updating the kotlin version solved the lockstep issue. The intention is to keep the kotlin and dokka version same.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Sure, but like I said - they are not updated at the same time

@@ -2,14 +2,15 @@
autoService = "1.0"
gjf = "1.11.0"
jvmTarget = "1.8"
kotlin = "1.6.0"
kotlin = "1.6.10"
dokka = "1.6.10"
kotlinCompileTesting = "1.4.6"
kotlinpoet = "1.10.2"
ksp = "1.6.0-1.0.1"

Choose a reason for hiding this comment

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

Should this be updated to 1.6.10-1.0.1 or even 1.6.10-1.0.2 to be in-sync with kotlin?

Copy link
Collaborator

Choose a reason for hiding this comment

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

In a separate PR

@ZacSweers ZacSweers changed the title Use the same Kotlin version for dokka library Update dokka to 1.6.10 Jan 11, 2022
@ZacSweers ZacSweers merged commit 77645de into square:master Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants