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
After upgrading to Dokka Gradle plugin 2.0.0, each and every Gradle run gives me a dozen lines about the deprecation of the plugin V1. While I appreciate the warning, it is overly verbose. Also, the V2 is experimental – not everyone is prepared to do this.
The text was updated successfully, but these errors were encountered:
Though, I would not recommend to just add it and forget about it, as we are planning to enable DGPv2 by default in future releases, and later drop DGPv1 support completely - DGPv2 will be the only one plugin in future.
the V2 is experimental
V2 plugin should work fine for all projects, it was battle tested as Dokkatoo, and additionally verified that it works in similar way as DGPv1 with different projects.
We don't expect big API or behavior changes, mostly stabilization and fixing edge-cases. And sooner we will get feedback about it, the easier it will be for everyone in future when DGPv2 will be the only Dokka Gradle Plugin.
After upgrading to Dokka Gradle plugin 2.0.0, each and every Gradle run gives me a dozen lines about the deprecation of the plugin V1. While I appreciate the warning, it is overly verbose. Also, the V2 is experimental – not everyone is prepared to do this.
The text was updated successfully, but these errors were encountered: