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

io.github.gmazzo.codeowners.compiler.BuildConfig.kt Maven / Gradle / Ivy

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"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy