Skip to content

Commit dcf0992

Browse files
committed
bump kotlin version
1 parent fcea17e commit dcf0992

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ version=0.1.17
55
org.gradle.jvmargs=-Xms128M -Xmx1G -XX:ReservedCodeCacheSize=200M
66
kotlin.native.binary.memoryModel=experimental
77
kotlin.mpp.androidSourceSetLayoutVersion=2
8-
kotlinVersion=1.9.22
8+
kotlinVersion=2.0.0
99
agpVersion=7.4.0
1010
android.disableAutomaticComponentCreation=true

src/commonMain/kotlin/io/rebble/libpebblecommon/metadata/StringOrBoolean.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import kotlinx.serialization.json.JsonDecoder
77
import kotlinx.serialization.json.JsonElement
88
import kotlinx.serialization.json.jsonPrimitive
99

10-
@Serializable
10+
@Serializable(StringOrBoolean.Companion::class)
1111
data class StringOrBoolean(val value: Boolean) {
1212
@Serializer(forClass = StringOrBoolean::class)
1313
companion object : KSerializer<StringOrBoolean> {

0 commit comments

Comments
 (0)