com.toasttab.expediter.gradle.BuildConfig.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin Show documentation
Show all versions of plugin Show documentation
Check ABI compatibility at build time
The newest version!
package com.toasttab.expediter.gradle
import kotlin.String
internal object BuildConfig {
internal const val GUMMY_BEARS_VERSION: String = "0.9.0"
}