File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id(" java" )
3
- kotlin(" jvm" ) version " 1.9.25 "
3
+ kotlin(" jvm" ) version " 2.0.20 "
4
4
id(" org.jetbrains.intellij" ) version " 1.17.4"
5
5
id(" com.github.johnrengelman.shadow" ) version " 8.1.1"
6
6
}
@@ -20,7 +20,7 @@ dependencies {
20
20
}
21
21
22
22
intellij {
23
- version.set(" 2024.2.0.2 " )
23
+ version.set(" 2024.2.1 " )
24
24
25
25
plugins.addAll(
26
26
" java" ,
Original file line number Diff line number Diff line change 1
1
kotlin.stdlib.default.dependency =false
2
2
pluginSinceBuild =232
3
- version =1.2 -SNAPSHOT
3
+ version =1.3 -SNAPSHOT
4
4
kotlin.code.style =official
5
5
kotlin.experimental.tryK2 =true
6
6
kapt.use.k2 =true
Original file line number Diff line number Diff line change 10
10
]]> </description >
11
11
12
12
<change-notes ><![CDATA[
13
- Compatible with TabooLib version 6.2.x </a>!
13
+ Compatible with k2 </a>!
14
14
]]> </change-notes >
15
15
16
16
<depends >com.intellij.modules.platform</depends >
17
17
<depends >com.intellij.modules.java</depends >
18
18
<depends >com.intellij.modules.lang</depends >
19
19
<depends >org.jetbrains.kotlin</depends >
20
20
21
+ <extensions defaultExtensionNs =" org.jetbrains.kotlin" >
22
+ <supportsKotlinPluginMode supportsK2 =" true" />
23
+ </extensions >
24
+
21
25
<extensions defaultExtensionNs =" com.intellij" >
22
26
<moduleBuilder id =" TABOO_PROJECT_BUILDER" builderClass =" org.tabooproject.development.ProjectBuilder" />
23
27
You can’t perform that action at this time.
0 commit comments