We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7a8f58 + 161900c commit 3e5ad0aCopy full SHA for 3e5ad0a
ide-plugin/build.gradle.kts
@@ -22,7 +22,7 @@ dependencies {
22
implementation("io.ktor:ktor-client-core:1.6.8")
23
implementation("io.ktor:ktor-client-java:1.6.8")
24
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.5.2")
25
- implementation("org.jetbrains.kotlinx:kotlinx-html-jvm:0.7.5")
+ implementation("org.jetbrains.kotlinx:kotlinx-html-jvm:0.8.0")
26
implementation("org.jetbrains.kotlinx:kotlinx-html:0.7.5")
27
28
implementation(project(":shared"))
0 commit comments