Skip to content

Commit f19e0a5

Browse files
author
tomaskopalinskas
committed
Made serializer not internal to use in other libraries
1 parent 839fe6c commit f19e0a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
group = "eu.kevin"
14-
version = "0.2.5"
14+
version = "0.2.6"
1515

1616
repositories {
1717
mavenCentral()

src/main/kotlin/eu/kevin/api/Dependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ object Dependencies {
4646
}
4747
}
4848
}
49-
internal val serializer: Json by lazy {
49+
val serializer: Json by lazy {
5050
Json {
5151
serializersModule = SerializersModule {
5252
contextual(LocalDate::class, LocalDateSerializer)

0 commit comments

Comments
 (0)