
com.datadog.gradle.plugin.kcp.MessageCollectorExt.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dd-sdk-android-gradle-plugin Show documentation
Show all versions of dd-sdk-android-gradle-plugin Show documentation
Plugin to upload Proguard/R8 mapping files to Datadog.
The newest version!
package com.datadog.gradle.plugin.kcp
import org.jetbrains.kotlin.cli.common.messages.CompilerMessageSeverity
import org.jetbrains.kotlin.cli.common.messages.MessageCollector
internal fun MessageCollector.warnDependenciesError() {
report(CompilerMessageSeverity.STRONG_WARNING, WARNING_MISSING_DEP)
}
private const val WARNING_MISSING_DEP =
"The Datadog Plugin has detected missing dependencies required for Compose Instrumentation in this module. " +
"Missing these dependencies may result in incomplete Compose Instrumentation functionality. " +
"You can ignore this warning if you're certain that the missing dependencies " +
"are not needed for your use case."
© 2015 - 2025 Weber Informatics LLC | Privacy Policy