We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7efac9c commit c3bced9Copy full SHA for c3bced9
build.gradle
@@ -5,7 +5,7 @@ plugins {
5
id 'java'
6
id 'org.jetbrains.intellij' version '1.10.0'
7
id 'org.jetbrains.gradle.plugin.idea-ext' version '1.1.7'
8
- id 'org.jetbrains.kotlin.jvm' version '1.7.22'
+ id 'org.jetbrains.kotlin.jvm' version '2.1.0'
9
}
10
11
apply plugin: 'idea'
0 commit comments