We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb999e7 commit e056fb9Copy full SHA for e056fb9
.teamcity/BuildParams.kt
@@ -4,7 +4,7 @@ object BuildParams {
4
const val KOTLINX_COROUTINES_RELEASE_TAG = "1.9.0-RC"
5
const val KOTLINX_SERIALIZATION_RELEASE_TAG = "v1.7.3"
6
const val KOTLINX_DATETIME_RELEASE_TAG = "v0.6.0"
7
- const val KOTLINX_IO_RELEASE_TAG = "v0.5.4" // @ToDo: after 0.6.0 use tag without "v" prefix
+ const val KOTLINX_IO_RELEASE_TAG = "0.5.4"
8
const val KOTLIN_RELEASE_TAG = "v2.0.20"
9
10
const val SEARCH_APP_ID = "7961PKYRXV"
0 commit comments