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

it.unibo.collektive.BuildConfig.kt Maven / Gradle / Ivy

Go to download

Gradle support for the Collektive Kotlin compiler plugin, performing automatic aggregate alignment of Kotlin sources .

There is a newer version: 10.3.2
Show newest version
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.1.4-dev12+eca4d00"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy