Skip to content

Commit

Permalink
Upgrade kotlin version to 1.8.22
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzicheng committed Jul 28, 2023
1 parent 1afd45f commit a524172
Show file tree
Hide file tree
Showing 2 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.

4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.8.21"
kotlin("jvm") version "1.8.22"
application
}

Expand All @@ -12,7 +12,7 @@ repositories {

dependencies {
implementation(project(":library"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.7.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.7.2")
implementation("com.squareup.okhttp3:okhttp:4.9.3")//最新版本不兼容Android4.4
implementation("com.squareup.okhttp3:logging-interceptor:4.9.3")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.2")
Expand Down

0 comments on commit a524172

Please sign in to comment.