All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.datadog.gradle.plugin.kcp.MessageCollectorExt.kt Maven / Gradle / Ivy

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