Skip to content

Commit

Permalink
Merge branch 'feature/native' of https://github.com/kordlib/kord into…
Browse files Browse the repository at this point in the history
… feature/native
  • Loading branch information
DRSchlaubi committed Jan 31, 2024
2 parents e64bb1f + 63bbbf9 commit 8009ef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions core/src/commonMain/kotlin/builder/kord/KordBuilder.kt
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ public abstract class BaseKordBuilder internal constructor(public val token: Str
val rateLimiter = IdentifyRateLimiter(resources.maxConcurrency, defaultDispatcher)
shards.map {
DefaultGateway {
// Workaround for: https://github.com/ktorio/ktor/pull/3950#issuecomment-1909088751
// client = resources.httpClient
client = resources.httpClient
identifyRateLimiter = rateLimiter
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dokka-plugin = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref
atomicfu-plugin = { module = "org.jetbrains.kotlinx:atomicfu-gradle-plugin", version.ref = "kotlinx-atomicfu" }
binary-compatibility-validator-plugin = { module = "org.jetbrains.kotlinx:binary-compatibility-validator", version.ref = "binary-compatibility-validator" }
ksp-plugin = { module = "com.google.devtools.ksp:symbol-processing-gradle-plugin", version.ref = "ksp" }
kord-gradle-plugin = { module = "dev.kord:gradle-tools", version = "1.2.8" }
kord-gradle-plugin = { module = "dev.kord:gradle-tools", version = "1.2.9" }
maven-publish-plugin = { module = "com.vanniktech:gradle-maven-publish-plugin", version = "0.27.0" }

[bundles]
Expand Down

0 comments on commit 8009ef1

Please sign in to comment.