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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy