commonMain.com.vonage.clientcore.BuildKonfig.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clientcore-jvm Show documentation
Show all versions of clientcore-jvm Show documentation
This package is part of the Vonage Client SDK and is meant only as a dependency for Voice, Chat, and Combined packages.
For more information, documentation, and code samples, please visit the Vonage Developer Portal.
package com.vonage.clientcore
import kotlin.String
internal object BuildKonfig {
public val releaseVersion: String = "1.6.0-rc.2-dev"
}