File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
### Added
8
8
9
- - Example code – ` MyPostStartupActivity `
9
+ - Example code – ` ProjectActivity `
10
10
11
11
### Removed
12
12
20
20
- Update ` platformVersion ` to ` 2024.1.7 `
21
21
- Change since/until build to ` 241-251.* ` (2024.1-2025.1.* )
22
22
- Dependencies - upgrade ` org.jetbrains.intellij.platform ` to ` 2.2.1 `
23
+ - Dependencies - upgrade ` org.jetbrains.kotlin.jvm ` to ` 2.1.10 `
23
24
- Dependencies - upgrade ` org.jetbrains.qodana ` to ` 2024.3.4 `
24
25
- Dependencies - upgrade ` org.jetbrains.kotlinx.kover ` to ` 0.9.0 `
25
26
- Dependencies (GitHub Actions) - upgrade ` gradle/actions/wrapper-validation ` to ` v4 `
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ junit = "4.13.2"
5
5
# plugins
6
6
changelog = " 2.2.1"
7
7
intelliJPlatform = " 2.2.1"
8
- kotlin = " 1.9.25 "
8
+ kotlin = " 2.1.10 "
9
9
kover = " 0.9.0"
10
10
qodana = " 2024.3.4"
11
11
You can’t perform that action at this time.
0 commit comments