Skip to content

Commit

Permalink
Merge pull request #659 from simple-robot/dev/upgrade/kt-1_8_21
Browse files Browse the repository at this point in the history
更新Kotlin到v1.8.21
  • Loading branch information
ForteScarlet authored May 6, 2023
2 parents d05cee4 + 68181c2 commit 6596b3b
Show file tree
Hide file tree
Showing 4 changed files with 333 additions and 11 deletions.
11 changes: 6 additions & 5 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ repositories {
mavenLocal()
}

val kotlinVersion = "1.8.10"
val kotlinVersion = "1.8.21"
val dokkaPluginVersion = "1.8.10"
val suspendTransformVersion = "0.2.7"
val suspendTransformVersion = "0.3.1"
val gradleCommon = "0.0.11"
val ktor = "2.3.0"

dependencies {
implementation(kotlin("gradle-plugin", kotlinVersion))
Expand All @@ -41,9 +42,9 @@ dependencies {
implementation("love.forte.gradle.common:gradle-common-publication:$gradleCommon")

// ktor
implementation("io.ktor:ktor-client-core:2.3.0")
implementation("io.ktor:ktor-client-content-negotiation:2.2.4")
implementation("io.ktor:ktor-serialization-kotlinx-json:2.2.4")
implementation("io.ktor:ktor-client-core:$ktor")
implementation("io.ktor:ktor-client-content-negotiation:$ktor")
implementation("io.ktor:ktor-serialization-kotlinx-json:$ktor")
}

idea {
Expand Down
Loading

0 comments on commit 6596b3b

Please sign in to comment.