File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/commonMain/kotlin/io/rebble/libpebblecommon/metadata Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ version=0.1.17
55org.gradle.jvmargs =-Xms128M -Xmx1G -XX:ReservedCodeCacheSize =200M
66kotlin.native.binary.memoryModel =experimental
77kotlin.mpp.androidSourceSetLayoutVersion =2
8- kotlinVersion =1.9.22
8+ kotlinVersion =2.0.0
99agpVersion =7.4.0
1010android.disableAutomaticComponentCreation =true
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import kotlinx.serialization.json.JsonDecoder
77import kotlinx.serialization.json.JsonElement
88import kotlinx.serialization.json.jsonPrimitive
99
10- @Serializable
10+ @Serializable( StringOrBoolean . Companion :: class )
1111data class StringOrBoolean (val value : Boolean ) {
1212 @Serializer(forClass = StringOrBoolean ::class )
1313 companion object : KSerializer <StringOrBoolean > {
You can’t perform that action at this time.
0 commit comments