File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ plugins {
39
39
alias(libs.plugins.qodana) // Gradle Qodana Plugin
40
40
alias(libs.plugins.kover) // Gradle Kover Plugin
41
41
alias(libs.plugins.serialization)
42
+ alias(libs.plugins.gradleIntelliJPlugin)
42
43
43
44
kotlin(" jvm" ) version " 1.8.22"
44
- id(" org.jetbrains.intellij" ) version " 1.15.0"
45
45
id(" net.saliman.properties" ) version " 1.5.2"
46
46
}
47
47
@@ -391,8 +391,8 @@ project(":") {
391
391
392
392
sourceSets {
393
393
main {
394
- resources.srcDirs(" src/main/resources-stable " )
395
- resources.srcDirs(" src/$platformVersion /main/resources-stable " )
394
+ resources.srcDirs(" src/main/resources" )
395
+ resources.srcDirs(" src/$platformVersion /main/resources" )
396
396
}
397
397
}
398
398
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ annotations = "24.0.1"
5
5
dokka = " 1.8.10"
6
6
kotlin = " 1.8.10"
7
7
changelog = " 2.1.2"
8
- gradleIntelliJPlugin = " 1.15.0 "
8
+ gradleIntelliJPlugin = " 1.17.1 "
9
9
qodana = " 0.1.13"
10
10
kover = " 0.7.5"
11
11
You can’t perform that action at this time.
0 commit comments