You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I bumped Kotlin versions including Dokka while working through #8600
There is follow up work to do.
> Configure project :
warning: Dokka Gradle plugin V1 is deprecated
Dokka Gradle plugin V1 is deprecated, and will be removed in Dokka version 2.1.0
Please migrate to Dokka Gradle plugin V2. This will require updating your project.
To learn about migrating read the migration guide https://kotl.in/dokka-gradle-migration
To start migrating to Dokka Gradle plugin V2 add
org.jetbrains.dokka.experimental.gradle.pluginMode=V2EnabledWithHelpers
into your project's `gradle.properties` file.
We would appreciate your feedback!
- Please report any feedback or problems https://kotl.in/dokka-issues
- Chat with the community visit #dokka in https://kotlinlang.slack.com/ (To sign up visit https://kotl.in/slack)
The text was updated successfully, but these errors were encountered:
I bumped Kotlin versions including Dokka while working through #8600
There is follow up work to do.
The text was updated successfully, but these errors were encountered: