io.github.gmazzo.codeowners.compiler.BuildConfig.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-compiler Show documentation
Show all versions of kotlin-compiler Show documentation
CodeOwners Kotlin Compiler Plugin
The newest version!
package io.github.gmazzo.codeowners.compiler
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 EXPECTED_KOTLIN_VERSION: String = "2.0.0"
}