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

co.touchlab.skie.gradle_plugin_loader.BuildConfig.kt Maven / Gradle / Ivy

Go to download

Gradle plugin that loads the correct SKIE version based on Kotlin and Gradle versions.

There is a newer version: 0.6.2
Show newest version
package co.touchlab.skie.gradle_plugin_loader

import co.touchlab.skie.plugin.util.StringMap
import kotlin.String

internal object BuildConfig {
  internal const val SKIE_GRADLE_PLUGIN: String = "co.touchlab.skie:gradle-plugin:0.5.2"

  internal val KOTLIN_TO_SKIE_KGP_VERSION: StringMap = mapOf("1.8.0" to "1.8.0", "1.8.10" to
      "1.8.0", "1.8.20" to "1.8.20", "1.8.21" to "1.8.20", "1.8.22" to "1.8.20", "1.9.0" to "1.9.0",
      "1.9.10" to "1.9.0", "1.9.20" to "1.9.20")

  internal const val SKIE_VERSION: String = "0.5.2"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy