it.unibo.collektive.BuildConfig.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-plugin Show documentation
Show all versions of gradle-plugin Show documentation
Gradle support for the Collektive Kotlin compiler plugin, performing automatic aggregate alignment of Kotlin sources .
package it.unibo.collektive
import kotlin.String
internal object BuildConfig {
internal const val KOTLIN_PLUGIN_ID: String = "it.unibo.collektive.compiler-plugin"
internal const val KOTLIN_PLUGIN_GROUP: String = "it.unibo.collektive"
internal const val KOTLIN_PLUGIN_NAME: String = "compiler-plugin"
internal const val KOTLIN_PLUGIN_VERSION: String = "10.11.2-dev01+b616ddb"
}