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

Upgrade Dokka to version 1.7.0 #244

Closed
joffrey-bion opened this issue Jun 21, 2022 · 3 comments
Closed

Upgrade Dokka to version 1.7.0 #244

joffrey-bion opened this issue Jun 21, 2022 · 3 comments
Labels
dependencies Dependency upgrade

Comments

@joffrey-bion
Copy link
Owner

No description provided.

@joffrey-bion joffrey-bion added blocked Issues blocked by some external dependency dependencies Dependency upgrade labels Jun 21, 2022
@joffrey-bion
Copy link
Owner Author

joffrey-bion commented Jun 21, 2022

Currently blocked by an incompatibility between the Kotlin stdlib in Dokka and in Gradle:
https://kotlinlang.slack.com/archives/C0F4UNJET/p1655743911527999

Should be fixed in Gradle 7.5, or if Kotlin/dokka#2543 is merged

@vmishenev
Copy link

Current workaround:

implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.7.0") {
    exclude("org.jetbrains.kotlin", "kotlin-stdlib-jdk8")
}

@joffrey-bion
Copy link
Owner Author

Thanks @vmishenev, I'll either do this exclusion or use gradle 7.5-rc-1, not sure yet

@joffrey-bion joffrey-bion removed the blocked Issues blocked by some external dependency label Jun 21, 2022
joffrey-bion added a commit that referenced this issue Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency upgrade
Projects
None yet
Development

No branches or pull requests

2 participants