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 04e8940 commit 529d5c5Copy full SHA for 529d5c5
build.gradle.kts
@@ -1,7 +1,7 @@
1
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
3
plugins {
4
- id("org.jetbrains.intellij") version "1.16.1"
+ id("org.jetbrains.intellij") version "1.17.4"
5
java
6
kotlin("jvm") version "1.8.20" apply true
7
application
gradle.properties
@@ -1,4 +1,4 @@
org.gradle.jvmargs = -XX:MaxMetaspaceSize=1g
kotlin.incremental.useClasspathSnapshot = false
kotlin.code.style = official
-gradleVersion = 8.0
+gradleVersion = 8.10
0 commit comments