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
Disable long dokka warning messages in the console (#4458)
These two long messages are now disabled:
```
> Configure project :sentry-compose
Thank you for enabling Dokka Gradle plugin V2!
To learn about migrating read the migration guide https://kotl.in/dokka-gradle-migration
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)
You can suppress this message by adding
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
to your project's `gradle.properties` file.
w: Kotlin Multiplatform <-> Android Gradle Plugin compatibility issue:
The applied Android Gradle Plugin version (8.6.0) is higher
than the maximum known to the Kotlin Gradle Plugin.
Tooling stability in such configuration isn't tested, please report encountered issues to https://kotl.in/issue"
Minimum supported Android Gradle Plugin version: 7.0
Maximum tested Android Gradle Plugin version: 8.2
To suppress this message add 'kotlin.mpp.androidGradlePluginCompatibility.nowarn=true' to your gradle.properties
```
0 commit comments