Commit c121750
committed
Disable long dokka warning messages in the console
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
```1 parent 604f1f4 commit c121750
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments