We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1475428 commit 98ca688Copy full SHA for 98ca688
1 file changed
build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
9
// Java support
10
id("java")
11
// Kotlin support
12
- id("org.jetbrains.kotlin.jvm") version "1.6.20"
+ id("org.jetbrains.kotlin.jvm") version "1.6.21"
13
// Gradle IntelliJ Plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
14
id("org.jetbrains.intellij") version "1.5.3"
15
// Gradle Changelog Plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
0 commit comments