What's the most recent release of compose? The lat...
# compose
m
What's the most recent release of compose? The latest version I can find is 1.1.1 but that can't be right as it still targets 1.6.10 rather than 1.7.10 I saw 1.2.0 mentioned on the android documentation, but gradle couldn't find the plugin for that version
j
To start with, there is no single version.
The compiler is at 1.2.0 for Kotlin 1.7.0 and 1.3.0-rc01 for Kotlin 1.7.10
The runtime is at 1.2.0
I believe UI is also at 1.2.0
m
Where can I find 1.2.0? gradle plugin portal only says 1.1.1 or 1.2.0 alphas: https://plugins.gradle.org/plugin/org.jetbrains.compose
j
The latest multiplatform version from JetBrains is 1.1
m
I see
h
For JetBrains Compose you could use the alpha versions:
maven(url = "<https://maven.pkg.jetbrains.space/public/p/compose/dev>")