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 d8e7dd5 commit 5975ee8Copy full SHA for 5975ee8
build.gradle.kts
@@ -9,7 +9,7 @@ fun properties(key: String) = project.findProperty(key).toString()
9
// Include the Gradle plugins which help building everything.
10
// Supersedes the use of "buildscript" block and "apply plugin:"
11
plugins {
12
- id("org.jetbrains.intellij") version "1.16.0"
+ id("org.jetbrains.intellij") version "1.16.1"
13
kotlin("jvm") version ("1.9.20")
14
kotlin("plugin.serialization") version ("1.9.20")
15
0 commit comments