File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
samples/containers/common Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.2.0
160
160
org.jetbrains:annotations:13.0
161
161
org.jetbrains:markdown-jvm:0.2.4
162
162
org.jetbrains:markdown:0.2.4
163
- org.jlleitschuh.gradle:ktlint-gradle:10.2.1
163
+ org.jlleitschuh.gradle:ktlint-gradle:10.3.0
164
164
org.json:json:20180813
165
165
org.jsoup:jsoup:1.13.1
166
166
org.jvnet.staxex:stax-ex:1.8.1
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ kotlinx-binary-compatibility = "0.6.0"
52
52
kotlinx-coroutines = " 1.5.1"
53
53
kotlinx-serialization-json = " 1.3.2"
54
54
55
- ktlint = " 10.2.1 "
55
+ ktlint = " 10.3.0 "
56
56
material = " 1.3.0"
57
57
mavenPublish = " 0.13.0"
58
58
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ plugins {
4
4
5
5
dependencies {
6
6
implementation(project(" :workflow-ui:container-common" ))
7
- implementation(project(" :workflow-ui:core-android" ))
8
7
implementation(project(" :workflow-core" ))
9
8
10
9
implementation(libs.kotlin.jdk6)
You can’t perform that action at this time.
0 commit comments