Skip to content

Commit

Permalink
Update Compose version to 1.7.3 in build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Jan 31, 2025
1 parent c967968 commit 5bfdd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
val kotlinVersion = "1.9.0"
kotlin("jvm") version kotlinVersion
kotlin("kapt") version kotlinVersion
id("org.jetbrains.compose") version "1.5.0-beta01"
id("org.jetbrains.compose") version "1.7.3"
}

val daggerVersion by extra("2.47")
Expand Down

0 comments on commit 5bfdd8d

Please sign in to comment.