diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-02-04 18:11:28 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-02-04 18:11:28 +0530 |
commit | 356a8d8caedfc555c3d371b555922a2eddfbb8b9 (patch) | |
tree | 2faf90658ed2454cb9ccc07b2ef5b365728f4932 /gradle/libs.versions.toml | |
parent | d12a1545bbdcf78944242413c809566912351312 (diff) |
chore(deps): update Compose Compiler to `1.4.1-dev-k1.8.10-c312d77f4cb`
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 d9cc5610..b403a2ce 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ agp = "7.4.1" androidxActivity = "1.7.0-alpha04" bouncycastle = "1.72" # @keep used for kotlinCompilerExtensionVersion -composeCompiler = "1.4.0" +composeCompiler = "1.4.1-dev-k1.8.10-c312d77f4cb" coroutines = "1.6.4" flowbinding = "1.2.0" hilt = "2.44.2" |