Skip to content

Commit 38ba389

Browse files
authored
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 ```
1 parent 01fa070 commit 38ba389

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sentry-compose/gradle.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
kotlin.mpp.stability.nowarn=true
22
kotlin.mpp.androidSourceSetLayoutVersion=2
3+
4+
# Don't show Dokka plugin's long message on every build
5+
kotlin.mpp.androidGradlePluginCompatibility.nowarn=true
6+
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true

0 commit comments

Comments
 (0)