Skip to content

Commit

Permalink
Update Kotlin to 1.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbeth committed Jan 5, 2024
1 parent 4c59723 commit 91353a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2'

/* JetBrains */
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

/* Other Java */
implementation 'info.debatty:java-string-similarity:2.0.0'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildscript {
ext {
kotlin_version = '1.7.21'
kotlin_version = '1.9.22'
hilt_version = '2.50'
}

Expand Down

0 comments on commit 91353a8

Please sign in to comment.