commonMain.co.touchlab.skie.gradle_plugin_impl.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-impl-jvm Show documentation
Show all versions of gradle-plugin-impl-jvm Show documentation
Internal implementation for SKIE Gradle plugin.
package co.touchlab.skie.gradle_plugin_impl
import co.touchlab.skie.util.StringMap
import kotlin.String
internal object BuildConfig {
internal const val SKIE_GRADLE_SHIM_IMPL_COORDINATE: String =
"co.touchlab.skie:gradle-plugin-shim-impl:0.9.0-RC.4"
internal val KOTLIN_TO_SKIE_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", "1.9.21" to "1.9.20", "1.9.22" to "1.9.20", "1.9.23" to
"1.9.20", "1.9.24" to "1.9.20", "1.9.25" to "1.9.20", "2.0.0" to "2.0.0", "2.0.10" to "2.0.0",
"2.0.20" to "2.0.20")
internal const val SKIE_VERSION: String = "0.9.0-RC.4"
internal const val SKIE_KOTLIN_PLUGIN_COORDINATE: String =
"co.touchlab.skie:kotlin-compiler-linker-plugin:0.9.0-RC.4"
internal const val SKIE_CONFIGURATION_ANNOTATIONS_MODULE: String =
"co.touchlab.skie:configuration-annotations"
internal const val SKIE_KOTLIN_RUNTIME_MODULE: String = "co.touchlab.skie:runtime-kotlin"
internal const val SKIE_KOTLIN_RUNTIME_GROUP: String = "co.touchlab.skie"
internal const val SKIE_KOTLIN_RUNTIME_NAME: String = "runtime-kotlin"
internal const val SKIE_KOTLIN_RUNTIME_VERSION: String = "0.9.0-RC.4"
internal const val MIXPANEL_PROJECT_TOKEN: String = "1b0b49280d0dcf544adece328474851e"
}