Move to Kotlin 1.5.10 and Compose 0.4.0-rc1

This commit is contained in:
Nikolay Igotti
2021-05-28 14:27:06 +03:00
parent 2418d20904
commit bf4f7051a2
18 changed files with 31 additions and 31 deletions

View File

@@ -8,6 +8,6 @@ package org.jetbrains.compose.test
@Suppress("EnumEntryName")
enum class TestKotlinVersion(val versionString: String) {
// __KOTLIN_COMPOSE_VERSION__
Default("1.5.0"),
Default("1.5.10"),
V1_5_20_dev_3226("1.5.20-dev-3226")
}