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 7bc5911 commit c572e24Copy full SHA for c572e24
plugins/compose/import-compose-to-androidx.sh
@@ -32,4 +32,4 @@ androidxVersionsPath="$androidxPath/gradle/libs.versions.toml"
32
:kotlin-parcelize-compiler:install
33
34
# Substitute compose compiler snapshot version in libs.versions.toml
35
-sed -i '' -E 's/composeCompilerPlugin = "[^"]+"/composeCompilerPlugin = "2.1.255-SNAPSHOT"/g' "$androidxVersionsPath"
+sed -i '' -E 's/composeCompilerPlugin = "[^"]+"/composeCompilerPlugin = "2.2.255-SNAPSHOT"/g' "$androidxVersionsPath"
0 commit comments