io.github.gmazzo.codeowners.BuildConfig.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-plugin Show documentation
Show all versions of kotlin-plugin Show documentation
CodeOwners Kotlin Gradle Plugin
The newest version!
package io.github.gmazzo.codeowners
import kotlin.String
internal object BuildConfig {
internal const val COMPILER_PLUGIN_ID: String = "io.github.gmazzo.codeowners"
internal const val ARG_CODEOWNERS_ROOT: String = "codeownersRoot"
internal const val ARG_CODEOWNERS_FILE: String = "codeownersFile"
internal const val ARG_MAPPINGS_OUTPUT: String = "mappingsOutput"
internal const val CORE_DEPENDENCY: String = "io.github.gmazzo.codeowners:kotlin-core:2.1.0"
internal const val COMPILER_DEPENDENCY: String =
"io.github.gmazzo.codeowners:kotlin-compiler:2.1.0"
}