Skip to content

Commit

Permalink
bump kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
crc-32 committed Jun 15, 2024
1 parent fcea17e commit dcf0992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ version=0.1.17
org.gradle.jvmargs=-Xms128M -Xmx1G -XX:ReservedCodeCacheSize=200M
kotlin.native.binary.memoryModel=experimental
kotlin.mpp.androidSourceSetLayoutVersion=2
kotlinVersion=1.9.22
kotlinVersion=2.0.0
agpVersion=7.4.0
android.disableAutomaticComponentCreation=true
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import kotlinx.serialization.json.JsonDecoder
import kotlinx.serialization.json.JsonElement
import kotlinx.serialization.json.jsonPrimitive

@Serializable
@Serializable(StringOrBoolean.Companion::class)
data class StringOrBoolean(val value: Boolean) {
@Serializer(forClass = StringOrBoolean::class)
companion object : KSerializer<StringOrBoolean> {
Expand Down

0 comments on commit dcf0992

Please sign in to comment.