diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-07-07 11:21:16 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-07 11:21:16 +0530 |
commit | aab513060bf5e5493ec0d58fe5083133f07ef69c (patch) | |
tree | 1b21bcca369583584c5f8800c0dc466ba0333d49 /gradle/libs.versions.toml | |
parent | 69aaee67e6e4ff414d964878c33e0a8a251cffb0 (diff) |
chore(deps): bump Compose Compiler to k1.9.0-compatible build
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'gradle/libs.versions.toml')
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index be49dd19..7bb6d86e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ agp = "8.2.0-alpha11" androidxActivity = "1.7.2" bouncycastle = "1.75" # @keep used for kotlinCompilerExtensionVersion -composeCompiler = "1.4.8-dev-k1.9.0-RC-5532d15c918" +composeCompiler = "1.5.0-dev-k1.9.0-6a60475e07f" coroutines = "1.7.2" flowbinding = "1.2.0" hilt = "2.46.1" |