commonMain.com.saveourtool.save.ApiVersions.kt Maven / Gradle / Ivy
The newest version!
/**
* File, which contain the list of versions of backend API
*/
@file:Suppress("VARIABLE_NAME_INCORRECT", "CONSTANT_UPPERCASE", "TopLevelPropertyNaming")
@file:JsExport
package com.saveourtool.save
import kotlin.js.JsExport
const val v1 = "v1"
const val latestVersion = v1
© 2015 - 2025 Weber Informatics LLC | Privacy Policy