Skip to content

Commit d0a5342

Browse files
authored
Merge pull request #791 from square/ktlint_10.3.0
update KtLint plugin to `10.3.0`
2 parents ed59cdd + ad12a33 commit d0a5342

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

dependencies/classpath.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.2.0
160160
org.jetbrains:annotations:13.0
161161
org.jetbrains:markdown-jvm:0.2.4
162162
org.jetbrains:markdown:0.2.4
163-
org.jlleitschuh.gradle:ktlint-gradle:10.2.1
163+
org.jlleitschuh.gradle:ktlint-gradle:10.3.0
164164
org.json:json:20180813
165165
org.jsoup:jsoup:1.13.1
166166
org.jvnet.staxex:stax-ex:1.8.1

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ kotlinx-binary-compatibility = "0.6.0"
5252
kotlinx-coroutines = "1.5.1"
5353
kotlinx-serialization-json = "1.3.2"
5454

55-
ktlint = "10.2.1"
55+
ktlint = "10.3.0"
5656
material = "1.3.0"
5757
mavenPublish = "0.13.0"
5858

samples/containers/common/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ plugins {
44

55
dependencies {
66
implementation(project(":workflow-ui:container-common"))
7-
implementation(project(":workflow-ui:core-android"))
87
implementation(project(":workflow-core"))
98

109
implementation(libs.kotlin.jdk6)

0 commit comments

Comments
 (0)