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 0e897c9 + b09a5f4 commit 626cf5eCopy full SHA for 626cf5e
build.gradle.kts
@@ -6,9 +6,9 @@ plugins {
6
// Java support
7
id("java")
8
// Kotlin support
9
- id("org.jetbrains.kotlin.jvm") version "1.6.10"
+ id("org.jetbrains.kotlin.jvm") version "1.6.20"
10
// Gradle IntelliJ Plugin
11
- id("org.jetbrains.intellij") version "1.4.0"
+ id("org.jetbrains.intellij") version "1.5.2"
12
// Gradle Changelog Plugin
13
id("org.jetbrains.changelog") version "1.3.1"
14
// Gradle Qodana Plugin
0 commit comments