diff --git a/sentry-compose/gradle.properties b/sentry-compose/gradle.properties index fbae81eaf09..5ad025123aa 100644 --- a/sentry-compose/gradle.properties +++ b/sentry-compose/gradle.properties @@ -1,2 +1,6 @@ kotlin.mpp.stability.nowarn=true kotlin.mpp.androidSourceSetLayoutVersion=2 + +# Don't show Dokka plugin's long message on every build +kotlin.mpp.androidGradlePluginCompatibility.nowarn=true +org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true