Skip to content

Commit

Permalink
chore(deps): revert ksp to 2.0.0-1.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
mcatta committed Jul 14, 2024
1 parent cabebee commit b02b34e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ internal class AndroidLibraryPlugin : BaseAndroidPlugin() {
}

override fun onPluginsApplied(target: Project) = AndroidLibraryConvention().apply(target)
}
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
composeNavigation = "2.7.7"
composeNavigationHilt = "1.2.0"
kotlin = "2.0.0"
ksp = "2.0.0-1.0.23"
ksp = "2.0.0-1.0.22"
hilt = "2.51.1"
media3 = "1.3.1"
coroutine = "1.8.1"
Expand Down

0 comments on commit b02b34e

Please sign in to comment.