Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit 8bdab28

Browse files
Bump org.jetbrains.kotlin:kotlin-reflect from 1.8.0 to 1.8.10 (#99)
Bumps [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) from 1.8.0 to 1.8.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.10/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.8.0...v1.8.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 91c4369 commit 8bdab28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ dependencies {
207207
implementation("androidx.datastore:datastore-preferences:1.0.0")
208208

209209
// Kotlin reflect
210-
implementation("org.jetbrains.kotlin:kotlin-reflect:1.8.0")
210+
implementation("org.jetbrains.kotlin:kotlin-reflect:1.8.10")
211211

212212
// Lottie
213213
implementation("com.airbnb.android:lottie-compose:5.2.0")

0 commit comments

Comments
 (0)