Dependency conflicts...
Kord is using ktor 3.0.0
I'm also using com.aallam.openai:openai-client which depends on ktor 2.3.2
How can I get around this?
4 Replies
Fork the openai client and fix it
I checked, it's already merged, just not released
GitHub
feat: update to kotlin 2.0 & ktor 3.0 by aallam · Pull Request #387...
Q
A
Bug fix?
no
New feature?
yes
BC breaks? yes Related Issue n/a Describe your change Upgrade to Kotlin 2.0 Add WasmJs target Update Ktor to 3.0 (rc) Replace okio by kotlinx.io
BC breaks? yes Related Issue n/a Describe your change Upgrade to Kotlin 2.0 Add WasmJs target Update Ktor to 3.0 (rc) Replace okio by kotlinx.io
Hmm wait there is a beta version
I just noticed