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.
1 parent 08be120 commit 0eb9c30Copy full SHA for 0eb9c30
extensions/intellij/build.gradle.kts
@@ -34,9 +34,6 @@ repositories {
34
// Dependencies are managed with Gradle version catalog - read more:
35
// https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog
36
dependencies {
37
- implementation("com.squareup.okhttp3:okhttp:4.12.0") {
38
- exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib")
39
- }
40
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.4.32")
41
implementation("com.posthog.java:posthog:1.+")
42
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0")
0 commit comments