com.autonomousapps.internal.metaInf.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dependency-analysis-gradle-plugin Show documentation
Show all versions of dependency-analysis-gradle-plugin Show documentation
Analyzes dependency usage in Android and JVM projects
// Copyright (c) 2024. Tony Robalik.
// SPDX-License-Identifier: Apache-2.0
package com.autonomousapps.internal
internal const val MANIFEST_PATH = "META-INF/MANIFEST.MF"
internal const val SERVICE_LOADER_PATH = "META-INF/services/"
internal const val ANNOTATION_PROCESSOR_PATH = "META-INF/services/javax.annotation.processing.Processor"
internal const val LINT_ISSUE_REGISTRY_PATH = "META-INF/services/com.android.tools.lint.client.api.IssueRegistry"
© 2015 - 2025 Weber Informatics LLC | Privacy Policy