co.touchlab.skie.gradle_plugin_loader.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-loader Show documentation
Show all versions of gradle-plugin-loader Show documentation
Gradle plugin that loads the correct SKIE version based on Kotlin and Gradle versions.
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