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

commonMain.defaults.BuildKonfig.kt Maven / Gradle / Ivy

There is a newer version: 2.0.1
Show newest version
package defaults

import kotlin.Boolean
import kotlin.String

internal object BuildKonfig {
  public val sdkVersion: String = "2.0.0"

  public val debuggable: Boolean = false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy