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 jvm-plugin Show documentation
Show all versions of jvm-plugin Show documentation
CodeOwners JVM Gradle Plugin
package io.github.gmazzo.codeowners
import kotlin.String
internal object BuildConfig {
internal const val CORE_DEPENDENCY: String = "io.github.gmazzo.codeowners:jvm-core:2.0.4"
}