Skip to content

Commit

Permalink
Merge branch 'common-gradle-dependencies-kotlin-1.6.10' into common-g…
Browse files Browse the repository at this point in the history
…radle-dependencies-kotlin-1.6.10-release

common-gradle-dependencies v0.2.0-20220714-kotlin-1.6.10 release
  • Loading branch information
ShreckYe committed Jul 20, 2022
2 parents 73cb8d2 + 59891f6 commit 913ed6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion common-gradle-dependencies/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins {

// "x.y.z" indicates the version of the way of organizing the code,
// and the date indicates the version when the dependency versions are updated.
version = "0.2.0-20220527-kotlin-1.6.10"
version = "0.2.0-20220714-kotlin-1.6.10"
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ class CommonDependencies(val versions: CommonVersions = CommonVersions()) {
}

val serialization = Serialization()

fun datetime(version: String = versions.kotlinxDatetime) =
kotlinx("datetime", version)
}

val kotlinx = Kotlinx()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class CommonVersions(
val kotlinxCoroutines: String = "1.6.1",
val kotlinxHtml: String = "0.7.5",
val kotlinxSerialization: String = "1.3.2",
val kotlinxDatetime: String = "0.4.0",
val ktor: String = "1.6.8",

val arrow: String = "1.0.1",
Expand Down

0 comments on commit 913ed6d

Please sign in to comment.