Compose 1.2.0-rc02

This commit is contained in:
Igor Demin
2022-10-11 17:49:32 +02:00
parent 00207fc59a
commit 37e33fba29
24 changed files with 29 additions and 27 deletions

View File

@@ -2,7 +2,7 @@ org.gradle.parallel=true
kotlin.code.style=official
# Default version of Compose Libraries used by Gradle plugin
compose.version=1.2.0-rc01
compose.version=1.2.0-rc02
# The latest version of Compose Compiler used by Gradle plugin. Used only in tests.
compose.tests.compiler.version=1.3.2
# The latest version of Kotlin compatible with compose.tests.compiler.version. Used only in tests.