Skip to content

Commit 2ca9bfa

Browse files
authored
Merge pull request #1235 from Kotlin/IDEA-goodness
IDEA goodness
2 parents 8911f37 + c1ece52 commit 2ca9bfa

File tree

5 files changed

+35
-2
lines changed

5 files changed

+35
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Default ignored files
22
.idea
3+
!.idea/externalDependencies.xml
4+
!.idea/vcs.xml
35
.gradle
46
.kotlin
57
build

.idea/externalDependencies.xml

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ allprojects {
189189
afterEvaluate {
190190
try {
191191
configure<KtlintExtension> {
192-
version = "1.4.1"
192+
version = "1.6.0"
193193
// rules are set up through .editorconfig
194194
}
195195
} catch (_: UnknownDomainObjectException) {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ksp = "2.0.20-1.0.24"
33
kotlinJupyter = "0.12.0-383"
44

5-
ktlint = "12.1.2"
5+
ktlint = "12.3.0"
66

77
# make sure to sync both manually with :generator module
88
kotlin = "2.0.20" # needs jupyter compatibility with Kotlin 2.1 to update

0 commit comments

Comments
 (0)