Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Dec 21, 2023
1 parent ed33753 commit 9dc4657
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
15 changes: 7 additions & 8 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ repositories {
gradlePluginPortal()
}

val kotlinVersion = "1.8.21"
val dokkaVersion = "1.8.10"
val suspendTransformVersion = "0.3.1"
val kotlinVersion = "1.9.21"
val dokkaVersion = "1.9.10"
val suspendTransformVersion = "0.5.1"
val gradleCommon = "0.1.1"

dependencies {
Expand All @@ -35,7 +35,6 @@ dependencies {
implementation(kotlin("serialization", kotlinVersion))
implementation("org.jetbrains.dokka", "dokka-gradle-plugin", dokkaVersion)
implementation("org.jetbrains.dokka", "dokka-base", dokkaVersion)

// see https://github.com/gradle-nexus/publish-plugin
implementation("io.github.gradle-nexus:publish-plugin:1.1.0")

Expand All @@ -46,8 +45,8 @@ dependencies {
// implementation("love.forte.gradle.common:gradle-common-all:$gradleCommon")
}

val compileKotlin: org.jetbrains.kotlin.gradle.tasks.KotlinCompile by tasks
//val compileKotlin: org.jetbrains.kotlin.gradle.tasks.KotlinCompile by tasks

compileKotlin.kotlinOptions {
freeCompilerArgs += listOf("-Xinline-classes")
}
//compileKotlin.kotlinOptions {
// freeCompilerArgs += listOf("-Xinline-classes")
//}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
1 change: 1 addition & 0 deletions simbot-component-kook-stdlib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ kotlin {
api(simbotUtilLoop)
api(simbotUtilSuspendTransformer)
compileOnly(simbotUtilAnnotations)
api(libs.kotlinx.coroutines.core)
api(libs.ktor.client.ws)
api("org.jetbrains.kotlinx:atomicfu:${libs.versions.atomicfu.get()}")
}
Expand Down

0 comments on commit 9dc4657

Please sign in to comment.