File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ kotlin {
29
29
30
30
// The sqllin-dsl serialization and deserialization depends on kotlinx-serialization
31
31
implementation(" org.jetbrains.kotlinx:kotlinx-serialization-core:1.5.1" )
32
+
33
+ // Since 1.2.2, sqllin-dsl depends on kotlinx.coroutines
34
+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3" )
32
35
}
33
36
}
34
37
// ......
Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ kotlin {
31
31
32
32
// The sqllin-dsl serialization and deserialization depends on kotlinx-serialization
33
33
implementation(" org.jetbrains.kotlinx:kotlinx-serialization-core:1.5.1" )
34
+
35
+ // Since 1.2.2, sqllin-dsl depends on kotlinx.coroutines
36
+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3" )
34
37
}
35
38
}
36
39
// ......
You can’t perform that action at this time.
0 commit comments