Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
DevSrSouza committed Feb 8, 2024
1 parent 06a1fa5 commit ac63ba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hilt = "2.47"
leakCanary = "2.9.1"
appCompat = "1.6.1"
lifecycle = "2.6.1"
composeCompiler = "1.5.8"
composeCompiler = "1.5.7"
composeActivity = "1.7.2"
composeAnimation = "1.5.0"
composeMaterial = "1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion voyager-kodein/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kotlin {
api(projects.voyagerNavigator)
compileOnly(compose.runtime)
compileOnly(compose.runtimeSaveable)
implementation(libs.kodein)
compileOnly(libs.kodein)
}
}

Expand Down

0 comments on commit ac63ba3

Please sign in to comment.