-
Notifications
You must be signed in to change notification settings - Fork 761
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
Update dokka to 1.6.10 #1497
Conversation
There was a problem hiding this 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
Done. |
gradle/libs.versions.toml
Outdated
@@ -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" |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In a separate PR
Dokka
is a documentation engine for Kotlin. So, it make sense to keep the same version as Kotlin.https://github.com/Kotlin/dokka/releases