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.0
Show newest version
package defaults

import kotlin.Boolean
import kotlin.String

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

  public val debuggable: Boolean = false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy